1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

added --parallel to test-node, moved github tests

This commit is contained in:
Steven Hugg
2026-03-05 10:11:00 +01:00
parent 176c75d490
commit a9a1f71f74
3 changed files with 25 additions and 7 deletions
@@ -1,15 +1,10 @@
"use strict";
// don't run unless Github token exists
if (!process.env.TEST8BIT_GITHUB_TOKEN) {
return;
}
var vm = require('vm');
var fs = require('fs');
var assert = require('assert');
var wtu = require('./workertestutils.js'); // loads localStorage
var wtu = require('../cli/workertestutils.js'); // loads localStorage
var localforage = require("localforage");
var util = require("gen/common/util.js");
var prj = require("gen/ide/project.js");