mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 05:43:28 +00:00
Converted all modules from CommonJS to ES6
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @copyright Crown Copyright 2017
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
var TestRegister = require("../../TestRegister.js");
|
||||
import TestRegister from "../../TestRegister.js";
|
||||
|
||||
TestRegister.addTests([
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user