Skip to content

Commit bb53fd0

Browse files
committed
chore: reorder imports
1 parent d596a7b commit bb53fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/std.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import * as assert from 'assert';
22
import { describe, expect, test } from 'vitest';
33
import { utils } from '../src';
4+
import { AiScriptRuntimeError } from '../src/error';
45
import { NUM, STR, NULL, ARR, OBJ, BOOL, TRUE, FALSE, ERROR ,FN_NATIVE } from '../src/interpreter/value';
56
import { exe, eq } from './testutils';
6-
import { AiScriptRuntimeError } from '../src/error';
77

88

99
describe('Core', () => {

0 commit comments

Comments
 (0)