Skip to content

Commit 2140602

Browse files
committed
[AEA-4684] update cdk jet to pass for no tests
1 parent 4e68bb5 commit 2140602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"build": "tsc",
66
"watch": "tsc -w",
7-
"test": "jest",
7+
"test": "jest --passWithNoTests",
88
"cdk": "cdk",
99
"lint": "eslint --max-warnings 0 --fix --config ../../eslint.config.mjs .",
1010
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."

0 commit comments

Comments
 (0)