Skip to content

Commit ebf691d

Browse files
committed
fix: resolve testPathPattern syntax
1 parent a2f7eef commit ebf691d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pricing-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "tsc",
1010
"watch": "tsc -w",
1111
"test:unit": "jest --testPathPattern=tests/unit",
12-
"test:integration": "jest --testPathPattern=tests/integration",
12+
"test:integration": "jest --testPathPatterns=tests/integration",
1313
"test": "jest",
1414
"cdk": "cdk",
1515
"dev:sst": "sst dev --stage=personal",

0 commit comments

Comments
 (0)