From fb1665cb2a4803fb2b80230d63d252ec3267478c Mon Sep 17 00:00:00 2001 From: Serge Date: Sun, 18 Oct 2015 18:33:00 +0300 Subject: [PATCH] Run tests in nographic mode --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index ccf79d7bc..2b509625f 100644 --- a/js/package.json +++ b/js/package.json @@ -6,7 +6,7 @@ "scripts": { "lint": "eslint .", "test": "runtimeify test/unit/index.js -o initrd && runtime-qemu ./initrd", - "test-build": "runtimeify test/unit/index.js -o initrd && runtime-qemu ./initrd --kernel ../disk/boot/runtime" + "test-build": "runtimeify test/unit/index.js -o initrd && runtime-qemu ./initrd --kernel ../disk/boot/runtime --nogrpahic" }, "repository": { "type": "git",