mirror of
https://github.com/gchq/CyberChef
synced 2025-12-31 07:33:28 +00:00
Always use mjs imports
This is needed for Node/NPM 16 compat
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import TestRegister from "../../lib/TestRegister";
|
||||
import TestRegister from "../../lib/TestRegister.mjs";
|
||||
|
||||
TestRegister.addTests([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user