1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-07-30 06:24:10 +00:00

removed test

This commit is contained in:
Steven Hugg
2024-11-11 09:51:03 -06:00
parent a91b721609
commit cd245c5b84

View File

@@ -82,7 +82,7 @@ describe('test WASI cc7800', function () {
});
});
/*
describe('test WASI oscar64', function () {
it('oscar64 compile', async function () {
let shim = await loadOscar64();
@@ -104,3 +104,4 @@ describe('test WASI oscar64', function () {
console.log(shim.fs.getFile("/root/foo.asm").getBytesAsString());
});
});
*/