Skip to content

Commit a33dbaa

Browse files
update test:non-rsc script
1 parent 764788c commit a33dbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-on-rails-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build-watch": "yarn run clean && yarn run tsc --watch",
99
"clean": "rm -rf ./lib",
1010
"test": "yarn test:non-rsc && yarn test:rsc",
11-
"test:non-rsc": "jest tests --testPathIgnorePatterns=\".*(.rsc.test.).*\"",
11+
"test:non-rsc": "jest tests --testPathIgnorePatterns=\".*\\.rsc\\.test\\..*\"",
1212
"test:rsc": "NODE_CONDITIONS=react-server jest tests/*.rsc.test.*",
1313
"type-check": "yarn run tsc --noEmit --noErrorTruncation",
1414
"prepack": "nps build.prepack",

0 commit comments

Comments
 (0)