1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-19 08:27:40 +00:00

fixed tests

This commit is contained in:
Steven Hugg
2018-06-23 19:25:37 -04:00
parent 14665e3cd4
commit d808cd0833
+1 -1
View File
@@ -3,7 +3,7 @@ var assert = require('assert');
var fs = require('fs');
var wtu = require('./workertestutils.js');
global.onmessage({data:{preload:'cc65'}});
global.onmessage({data:{preload:'cc65', platform:'nes'}});
global.onmessage({data:{preload:'sdcc'}});
//