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
*/
import mime from "mime";
import { detectFileType } from "../core/lib/FileType";

View file

@ -29,7 +29,7 @@ global.ENVIRONMENT_IS_WEB = function() {
import TestRegister from "../lib/TestRegister";
import "./tests/nodeApi";
import "./tests/ops";
import "./tests/operations";
import "./tests/File";
const testStatus = {