Skip to content

Commit

Permalink
Merge pull request #5 from raing3/fix/hadle-invalid-sitemap
Browse files Browse the repository at this point in the history
fix: switch tests to vitest, handle deeply nested <urlset> in sitemap…
  • Loading branch information
raing3 authored Feb 19, 2025
2 parents a349db4 + 8692eb2 commit c380c09
Show file tree
Hide file tree
Showing 12 changed files with 1,866 additions and 1,420 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Make sure all tests pass using
```bash
npm test
```
This will run [Mocha](https://mochajs.org/) for testing and [ESLint](http://eslint.org/) for style guides
The tests run will be `mocha` and `eslint`.
This will run [vitest](https://vitest.dev/) for testing and [ESLint](http://eslint.org/) for style guides
The tests run will be `vitest` and `eslint`.
Make sure your style follows the style guide in `.eslintrc`

### Style Guide
Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = [
{
languageOptions: {
globals: {
...globals.mocha,
...globals.node
}
}
Expand Down
Loading

0 comments on commit c380c09

Please sign in to comment.