Skip to content

Commit 7f2cdaa

Browse files
committed
test: @putout/eslint: rm useless await
1 parent 4278a93 commit 7f2cdaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/eslint/lib/eslint.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ test('putout: eslint: empty output', async (t) => {
349349
t.end();
350350
});
351351

352-
test('putout: eslint: convertToPlace: control sequences', async (t) => {
353-
const result = await convertToPlace({
352+
test('putout: eslint: convertToPlace: control sequences', (t) => {
353+
const result = convertToPlace({
354354
ruleId: '@typescript-eslint/naming-convention',
355355
message: 'Object Literal Property name `\u001a` must match one of the following formats: camelCase, UPPER_CASE',
356356
line: 281,

0 commit comments

Comments
 (0)