Skip to content

Commit

Permalink
Setup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 2, 2022
1 parent c992d94 commit ea3bcd9
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@
"parse",
"template"
],
"scripts": {
"test": "uvu tests"
},
"peerDependencies": {
"svelte": "^3.0.0"
},
"devDependencies": {
"svelte": "^3.50.1"
"svelte": "^3.50.1",
"uvu": "^0.5.6"
}
}
40 changes: 40 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea3bcd9

Please sign in to comment.