mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-22 13:17:08 +00:00
fixed tests
This commit is contained in:
@@ -16,6 +16,7 @@ global.path = require('path');
|
||||
global.btoa = require('btoa');
|
||||
global.atob = require('atob');
|
||||
global.navigator = global; // for mousetrap :P
|
||||
global.ResizeObserver = class { observe() { } }
|
||||
|
||||
global.includeInThisContext = function(path) {
|
||||
var code = fs.readFileSync(path);
|
||||
|
||||
Reference in New Issue
Block a user