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 19b052a commit 0228998Copy full SHA for 0228998
package.json
@@ -26,7 +26,7 @@
26
"prepublish": "npm run lint && npm run flow && npm run test && npm run build",
27
"pretest": "npm run lint:fix && npm run flow",
28
"test:ci": "npm test -- --ci --runInBand",
29
- "test": "jest --coverage __tests__/**/*",
+ "test": "jest --coverage __tests__/**/*"
30
},
31
"devDependencies": {
32
"babel-cli": "^6.14.0",
@@ -78,4 +78,4 @@
78
"<rootDir>/__tests__/__util__"
79
]
80
}
81
-}
+}
0 commit comments