Skip to content

Commit

Permalink
fix: ♻️ Moving tests to node folder
Browse files Browse the repository at this point in the history
  • Loading branch information
whizzzkid committed Jan 26, 2023
1 parent 8eb34e9 commit d34928b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"release": "aegir release",
"build": "aegir build",
"test": "run-s test:*",
"test:node": "aegir test --target node --files 'test/**/*.spec.ts'",
"test:node": "aegir test --target node --files 'test/node/**/*.spec.ts'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
Expand Down
File renamed without changes.

0 comments on commit d34928b

Please sign in to comment.