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:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user