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 8a59f3a commit 70c8b3dCopy full SHA for 70c8b3d
package.json
@@ -43,7 +43,7 @@
43
"stylelint-config-suitcss": "^1.0.0"
44
},
45
"scripts": {
46
- "test": "npm run lint && mocha --reporter spec --slow 400",
+ "test": "npm run lint && mocha --reporter spec --slow 400 --timeout 3000",
47
"lint": "eslint lib/index.js test/test.js bin/suitcss",
48
"watch": "mocha --watch --reporter spec --slow 400"
49
0 commit comments