We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f790eb commit f7caf37Copy full SHA for f7caf37
1 file changed
package.json
@@ -5,7 +5,12 @@
5
"main": "index.js",
6
"scripts": {
7
"test-all": "jest --passWithNoTests --json --outputFile=result.json --testLocationInResults",
8
- "test-customs": "jest --passWithNoTests -o"
+ "test-customs": "jest --passWithNoTests -o",
9
+ "binary-tree": "jest binary-tree/__tests__/binary-tree.spec.js",
10
+ "fizzbuzz": "jest fizzbuzz/__tests__/fizzbuzz.spec.js",
11
+ "pigeons": "jest pigeons/__tests__/pigeons.spec.js",
12
+ "prime-number": "jest prime-number/__tests__/isPrime.spec.js",
13
+ "randsum": "jest randsum/__tests__/randsum.spec.js"
14
},
15
"repository": {
16
"type": "git",
0 commit comments