mirror of
https://github.com/gchq/CyberChef
synced 2025-12-28 14:13:51 +00:00
Imports now specify the file extension to support Node v12
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* @copyright Crown Copyright 2018
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
import Chef from "../../src/core/Chef";
|
||||
import Chef from "../../src/core/Chef.mjs";
|
||||
|
||||
/**
|
||||
* Object to store and run the list of tests.
|
||||
|
||||
Reference in New Issue
Block a user