Skip to content

Commit

Permalink
chore(language-tools): add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
enzonotario committed Nov 14, 2024
1 parent ef08ffd commit 6262661
Show file tree
Hide file tree
Showing 5 changed files with 7,600 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/language-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"dev": "node src/index.js",
"build": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "vitest",
"test:run": "vitest run",
"prepublishOnly": "pnpm run build"
},
"repository": {
Expand All @@ -23,7 +24,8 @@
],
"devDependencies": {
"@es-js/core": "workspace:*",
"markdown-table": "^3.0.3"
"markdown-table": "^3.0.3",
"vitest": "^2.1.5"
},
"exports": {
"./esjs.tmLanguage.json": {
Expand Down
Loading

0 comments on commit 6262661

Please sign in to comment.