Skip to content

Commit

Permalink
Add separate test npm run scripts to packages
Browse files Browse the repository at this point in the history
allows for the tests to be run separately and for the published version of the individual packages to broadcast their test coverage
  • Loading branch information
acusti committed Jan 20, 2024
1 parent ae90edc commit de9e340
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/appsync-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"ts",
"flow"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/aws-signature-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"ts",
"flow"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/css-value-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"ts",
"flow"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/css-values/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"isomorphic",
"universal"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"ts",
"flow"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"ts",
"flow"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/matchmaking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"isomorphic",
"universal"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/post/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"ts",
"flow"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/textual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"isomorphic",
"universal"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/uniquify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"isomorphic",
"universal"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down
3 changes: 3 additions & 0 deletions packages/use-keyboard-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"ts",
"flow"
],
"scripts": {
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
Expand Down

0 comments on commit de9e340

Please sign in to comment.