mirror of
https://github.com/gchq/CyberChef
synced 2026-01-06 10:33:18 +00:00
Imports now specify the file extension to support Node v12
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
logTestReport,
|
||||
} from "../lib/utils";
|
||||
|
||||
import TestRegister from "../lib/TestRegister";
|
||||
import TestRegister from "../lib/TestRegister.mjs";
|
||||
import "./tests/nodeApi";
|
||||
import "./tests/operations";
|
||||
import "./tests/File";
|
||||
|
||||
Reference in New Issue
Block a user