1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-22 13:17:08 +00:00

fixed tests

This commit is contained in:
Steven Hugg
2022-01-24 16:56:44 -06:00
parent c42beda98f
commit 5a39828bf5
4 changed files with 35 additions and 38 deletions
+1
View File
@@ -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);