Skip to content

Commit

Permalink
Converting test.js to typescript, and relocating to top level directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsaucepan committed Jun 13, 2024
1 parent 2f2c6c9 commit f3d3b48
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 95 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dist"
],
"scripts": {
"test": "tsx test/test.js",
"test": "tsx test.ts",
"build": "tsup"
},
"repository": {
Expand Down
Loading

0 comments on commit f3d3b48

Please sign in to comment.