1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 23:41:32 +00:00

fixed tests

This commit is contained in:
Steven Hugg 2018-06-23 19:25:37 -04:00
parent 14665e3cd4
commit d808cd0833

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'}});
//