mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
update tests file name and linting
This commit is contained in:
parent
8c48d73b03
commit
9e2aac0696
3 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
* @license Apache-2.0
|
* @license Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import mime from "mime";
|
|
||||||
import { detectFileType } from "../core/lib/FileType";
|
import { detectFileType } from "../core/lib/FileType";
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ global.ENVIRONMENT_IS_WEB = function() {
|
||||||
|
|
||||||
import TestRegister from "../lib/TestRegister";
|
import TestRegister from "../lib/TestRegister";
|
||||||
import "./tests/nodeApi";
|
import "./tests/nodeApi";
|
||||||
import "./tests/ops";
|
import "./tests/operations";
|
||||||
import "./tests/File";
|
import "./tests/File";
|
||||||
|
|
||||||
const testStatus = {
|
const testStatus = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue