Skip to content

Commit a5c3985

Browse files
committed
fix: fix step wise test regex
1 parent efac4ad commit a5c3985

File tree

10 files changed

+9
-9
lines changed

10 files changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
},
99
"scripts": {
1010
"test": "jest",
11-
"test:1": "jest --testPathPattern=./tests/step-1",
12-
"test:2": "jest --testPathPattern=./tests/step-2",
13-
"test:3": "jest --testPathPattern=./tests/step-3",
14-
"test:4": "jest --testPathPattern=./tests/step-4",
15-
"test:5": "jest --testPathPattern=./tests/step-5",
16-
"test:6": "jest --testPathPattern=./tests/step-6",
17-
"test:7": "jest --testPathPattern=./tests/step-7",
18-
"test:8": "jest --testPathPattern=./tests/step-8",
19-
"test:9": "jest --testPathPattern=./tests/step-9",
11+
"test:1": "jest --testPathPattern=./tests/step-01",
12+
"test:2": "jest --testPathPattern=./tests/step-02",
13+
"test:3": "jest --testPathPattern=./tests/step-03",
14+
"test:4": "jest --testPathPattern=./tests/step-04",
15+
"test:5": "jest --testPathPattern=./tests/step-05",
16+
"test:6": "jest --testPathPattern=./tests/step-06",
17+
"test:7": "jest --testPathPattern=./tests/step-07",
18+
"test:8": "jest --testPathPattern=./tests/step-08",
19+
"test:9": "jest --testPathPattern=./tests/step-09",
2020
"test:10": "jest --testPathPattern=./tests/step-10",
2121
"test:11": "jest --testPathPattern=./tests/step-11",
2222
"test:12": "jest --testPathPattern=./tests/step-12",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)