Skip to content

Commit

Permalink
Merge pull request #89 from augustocdias/tests
Browse files Browse the repository at this point in the history
Add tests
  • Loading branch information
MarcelRobitaille authored Apr 6, 2024
2 parents 54765ce + 609d564 commit da562fa
Show file tree
Hide file tree
Showing 22 changed files with 4,928 additions and 1,032 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: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- run: npm install
- run: npm run compile
- run: npm run lint

- run: npm run test
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 da562fa

Please sign in to comment.