Skip to content

Commit

Permalink
test: use native node test runner, remove mocha package
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Nov 14, 2024
1 parent a51380f commit 247eead
Show file tree
Hide file tree
Showing 8 changed files with 878 additions and 750 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
},
"overrides": [
{
"files": ["test/*.spec.ts"],
"files": ["test/*.test.ts"],
"rules": {
"import/extensions": 0,
"import/no-unresolved": 0,
"no-undef": 0
}
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ['18', '20', '22.1']
node_version: ['18', '20', '22']
os: [ubuntu-latest, windows-latest, macos-latest, windows-2022]

steps:
Expand Down
3 changes: 0 additions & 3 deletions .mocharc.json

This file was deleted.

Loading

0 comments on commit 247eead

Please sign in to comment.