mirror of
https://github.com/gchq/CyberChef.git
synced 2026-02-03 22:10:28 -08:00
Fix some "assert{type:" occurences missed in the previous pass
This commit is contained in:
parent
d8809b5c95
commit
018f9ab3ef
4 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import TestRegister from "../../lib/TestRegister.mjs";
|
||||
import Categories from "../../../src/core/config/Categories.json" assert {type: "json"};
|
||||
import OperationConfig from "../../../src/core/config/OperationConfig.json" assert {type: "json"};
|
||||
import Categories from "../../../src/core/config/Categories.json" with { type: "json" };
|
||||
import OperationConfig from "../../../src/core/config/OperationConfig.json" with { type: "json" };
|
||||
import it from "../assertionHandler.mjs";
|
||||
import assert from "assert";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue