Skip to content

Commit 0a97c1e

Browse files
Update test command in package.json for improved execution
- Modified the test command in package.json to specify the 'tests' directory, enhancing clarity and ensuring compatibility with the current test structure. This change improves the testing setup by clearly defining the test location.
1 parent fd728b3 commit 0a97c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-on-rails/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "yarn run clean && yarn run tsc --declaration",
99
"build-watch": "yarn run clean && yarn run tsc --watch",
1010
"clean": "rm -rf ./lib",
11-
"test": "jest",
11+
"test": "jest tests",
1212
"type-check": "yarn run tsc --noEmit --noErrorTruncation",
1313
"prepack": "nps build.prepack",
1414
"prepare": "nps build.prepack",

0 commit comments

Comments
 (0)