From 3dca0975e62bfd0aaa096fe5403a9fdd09ae4bac Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:28:23 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- napi/parser/test/magic_string.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/parser/test/magic_string.test.ts b/napi/parser/test/magic_string.test.ts index 0ff02e5f3e9cfb..3e3325087174d1 100644 --- a/napi/parser/test/magic_string.test.ts +++ b/napi/parser/test/magic_string.test.ts @@ -1,4 +1,4 @@ -import { expect, describe, it } from 'vitest'; +import { describe, expect, it } from 'vitest'; import type { StringLiteral, VariableDeclaration } from '../index.js'; import { parseSync } from '../index.js';