1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 06:16:43 +00:00

converted some worker helper files to .ts (loadGen)

This commit is contained in:
Steven Hugg
2018-07-10 23:04:28 -05:00
parent 613277f0e9
commit 2759acd958
5 changed files with 128 additions and 37 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ var includeInThisContext = function(path) {
vm.runInThisContext(code, path);
};
includeInThisContext("src/worker/assembler.js");
includeInThisContext("gen/worker/assembler.js");
describe('Assemble', function() {
it('Should assemble', function() {