Skip to content

Commit f7caf37

Browse files
committed
Edit package.json
1 parent 3f790eb commit f7caf37

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"main": "index.js",
66
"scripts": {
77
"test-all": "jest --passWithNoTests --json --outputFile=result.json --testLocationInResults",
8-
"test-customs": "jest --passWithNoTests -o"
8+
"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"
914
},
1015
"repository": {
1116
"type": "git",

0 commit comments

Comments
 (0)