Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Mar 30, 2024
1 parent e144f3e commit fdff96f
Show file tree
Hide file tree
Showing 21 changed files with 4,927 additions and 1,031 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ parserOptions:
sourceType: module
plugins:
- '@typescript-eslint'
rules: {}
rules:
semi:
- error
- always
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ out
node_modules
.vscode-test/
*.vsix
vitest.config.js
vitest.config.js.map
Loading

0 comments on commit fdff96f

Please sign in to comment.