mirror of
https://github.com/whscullin/apple1js.git
synced 2024-11-22 19:33:54 +00:00
Skip heavy CPU test by default.
This commit is contained in:
parent
ff98e1916a
commit
df5cea2482
@ -40,6 +40,7 @@
|
||||
}, {
|
||||
"files": [ "test/*"],
|
||||
"env": {
|
||||
"node": true,
|
||||
"jest": true
|
||||
}
|
||||
}, {
|
||||
|
@ -5,7 +5,7 @@ import Test65C02 from './roms/65C02test';
|
||||
|
||||
import { toHex } from '../js/util';
|
||||
|
||||
describe('CPU', function () {
|
||||
describe.skip('CPU', function () {
|
||||
var cpu;
|
||||
var lastPC = 0;
|
||||
var done = false;
|
||||
|
Loading…
Reference in New Issue
Block a user