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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user