Skip to content

Commit

Permalink
🧪 feat: add translation test script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDelobel committed Mar 9, 2024
1 parent 98593e0 commit 2786a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/canvacord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"test": "vitest",
"coverage": "vitest --coverage",
"test:main": "tsx ./test/index.ts",
"test:translation": "tsx ./test/cards-translation.ts",
"test:lb": "tsx ./test/leaderboard.ts",
"test:jsx": "tsx ./test/jsxTest.tsx",
"test:demo": "tsx ./test/demo.tsx",
Expand Down

0 comments on commit 2786a9d

Please sign in to comment.