Skip to content

Commit

Permalink
Merge #420 replace jest with mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk authored Oct 17, 2024
2 parents 4b80f5a + 510f1cb commit 63fb96c
Show file tree
Hide file tree
Showing 25 changed files with 1,711 additions and 2,598 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
env: {
node: true,
es2024: true,
mocha: true,
},

overrides: [
Expand All @@ -28,6 +29,7 @@ module.exports = {
// `jest` against the compiled .js results (would require compiling
// the test files as well)?
'unicorn/prefer-at': 'off',
'import/no-extraneous-dependencies': ['error', {'devDependencies': true, 'optionalDependencies': false, 'peerDependencies': false}],
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
which nvim
nvim --version
npm run test-build --stream
npm run test-coverage --stream
- uses: codecov/codecov-action@v4
if: matrix.node == '20'
Expand Down
Loading

0 comments on commit 63fb96c

Please sign in to comment.