add tests for File and test based operations. Only unzip to go

This commit is contained in:
d98762625 2019-03-14 17:54:06 +00:00
parent 2019ae43d7
commit b8cb7e9ba8
6 changed files with 76 additions and 7 deletions

View file

@ -30,6 +30,7 @@ global.ENVIRONMENT_IS_WEB = function() {
import TestRegister from "../lib/TestRegister";
import "./tests/nodeApi";
import "./tests/ops";
import "./tests/File";
const testStatus = {
allTestsPassing: true,