aboutsummaryrefslogtreecommitdiff
path: root/test/deinflector.test.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-03 10:45:08 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-03 10:45:08 -0500
commit083b4749139213c6fefe80166d73f54604a85267 (patch)
tree046ee751868d35edc6f6b0a33903546f8e78d1a7 /test/deinflector.test.js
parentc563e5bfa5f4bded8901dccf2d589f89356574c9 (diff)
Fix some import orderings
Diffstat (limited to 'test/deinflector.test.js')
-rw-r--r--test/deinflector.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/deinflector.test.js b/test/deinflector.test.js
index a69f8e56..bd538428 100644
--- a/test/deinflector.test.js
+++ b/test/deinflector.test.js
@@ -17,10 +17,10 @@
*/
import fs from 'fs';
+import {fileURLToPath} from 'node:url';
import path from 'path';
import {describe, expect, test} from 'vitest';
import {Deinflector} from '../ext/js/language/deinflector.js';
-import {fileURLToPath} from 'node:url';
const dirname = path.dirname(fileURLToPath(import.meta.url));