We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd60f8 commit bfb23f3Copy full SHA for bfb23f3
package.json
@@ -74,6 +74,7 @@
74
"test:deprecated": "DEBUG=${DEBUG:-lib:user} REPLAY=bloody NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha --timeout 25000 test/routes/deprecated-spec.js",
75
"test:fielddb": "NODE_ENV=localhost jasmine-node node_modules/fielddb/tests",
76
"test:production": "ls config/production.js",
77
+ "test:ui": "git clone https://github.com/FieldDB/FieldDB.git && cd FieldDB/test-e2e && npm install && npm run test",
78
"watch": "nodemon ./bin/www.js"
79
},
80
"license": "Apache-2.0"
0 commit comments