2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-10 21:33:36 +00:00

Fixed tests and brought test module naming in line with conventions.

This commit is contained in:
n1474335
2017-03-25 13:32:35 +00:00
parent 9bd11dc7ad
commit c75ebcf001
4 changed files with 6 additions and 15 deletions

View File

@@ -5,6 +5,7 @@
* @copyright Crown Copyright 2017
* @license Apache-2.0
*/
import "babel-polyfill";
var Chef = require("../core/Chef.js").default;