1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-01-22 23:16:23 +00:00

fixed unit tests

This commit is contained in:
Steven Hugg
2021-08-04 21:20:55 -05:00
parent df44459c7a
commit be679ecc10
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ var fs = require('fs');
var assert = require('assert');
var wtu = require('./workertestutils.js'); // loads localStorage
global.localforage = require("lib/localforage.min.js");
var localforage = require("localforage");
var util = require("gen/common/util.js");
var prj = require("gen/ide/project.js");
var serv = require("gen/ide/services.js");