1
0
mirror of synced 2025-01-19 16:08:44 +01:00

update tests file name and linting

This commit is contained in:
d98762625 2019-03-20 16:34:20 +00:00
parent 8c48d73b03
commit 9e2aac0696
3 changed files with 1 additions and 2 deletions

View File

@ -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";

View File

@ -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 = {