We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764788c commit a33dbaaCopy full SHA for a33dbaa
packages/react-on-rails-pro/package.json
@@ -8,7 +8,7 @@
8
"build-watch": "yarn run clean && yarn run tsc --watch",
9
"clean": "rm -rf ./lib",
10
"test": "yarn test:non-rsc && yarn test:rsc",
11
- "test:non-rsc": "jest tests --testPathIgnorePatterns=\".*(.rsc.test.).*\"",
+ "test:non-rsc": "jest tests --testPathIgnorePatterns=\".*\\.rsc\\.test\\..*\"",
12
"test:rsc": "NODE_CONDITIONS=react-server jest tests/*.rsc.test.*",
13
"type-check": "yarn run tsc --noEmit --noErrorTruncation",
14
"prepack": "nps build.prepack",
0 commit comments