Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit fb1665c

Browse files
committed
Run tests in nographic mode
1 parent b69dd6e commit fb1665c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "eslint .",
88
"test": "runtimeify test/unit/index.js -o initrd && runtime-qemu ./initrd",
9-
"test-build": "runtimeify test/unit/index.js -o initrd && runtime-qemu ./initrd --kernel ../disk/boot/runtime"
9+
"test-build": "runtimeify test/unit/index.js -o initrd && runtime-qemu ./initrd --kernel ../disk/boot/runtime --nogrpahic"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)