diff --git a/package.json b/package.json index c1ce97aa7..ab4a54e01 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "start": "npm run build && npm run web", "test:phantom": "zuul test/spec/upload.js --phantom", "test:unit": "node test/index.js", - "test": "npm run lint && npm run test:unit && npm run test:phantom", + "test": "npm run lint && npm run test:unit", "watch:all": "parallelshell 'npm run watch' 'npm run web'", "watch:css": "nodemon --watch src --ext scss -x 'npm run build && node website/update.js'", "watch:examples": "cd website && node build-examples.js watch",