update test script

This commit is contained in:
Johannes Rieken 2020-02-07 10:05:39 +01:00
parent 8a1ca2b6c0
commit 979b48b03f

View file

@ -10,7 +10,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"test": "mocha", "test": "mocha",
"test-browser": "node test/browser/index.js --browser webkit --browser chromium", "test-browser": "node test/unit/browser/index.js --browser webkit --browser chromium",
"preinstall": "node build/npm/preinstall.js", "preinstall": "node build/npm/preinstall.js",
"postinstall": "node build/npm/postinstall.js", "postinstall": "node build/npm/postinstall.js",
"compile": "gulp compile --max_old_space_size=4095", "compile": "gulp compile --max_old_space_size=4095",