chore: Upgrade Cypress and docs on how to run tests

This commit is contained in:
Lokesh Dhakar
2019-05-25 19:18:34 -07:00
parent 7a4e672b8c
commit 20c33cc3bb
3 changed files with 208 additions and 253 deletions

View File

@@ -29,14 +29,14 @@
],
"scripts": {
"build": "node ./build/build.js",
"dev": "./node_modules/http-server/bin/http-server/",
"dev": "./node_modules/http-server/bin/http-server",
"test": "./node_modules/.bin/cypress open"
},
"main": "dist/color-thief.min.js",
"devDependencies": {
"@node-minify/core": "^4.0.5",
"@node-minify/uglify-es": "^4.0.5",
"cypress": "^3.2.0",
"cypress": "^3.3.1",
"http-server": "^0.11.1"
},
"engines": {