Skip to content

Commit fee9c46

Browse files
authored
Upgrade js-yaml to v5.1.0 and migrate to Vitest from Jest (#215)
* Add js-yaml ^5.1.0 devDependency; markdown-it already at 14.2.0 * Migrate Jest to Vitest; remove @babel/core override --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 89b2be2 commit fee9c46

5 files changed

Lines changed: 2955 additions & 5557 deletions

File tree

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default [
99
globals: {
1010
...globals.es6,
1111
...globals.node,
12-
...globals.jest,
12+
...globals.vitest,
1313
},
1414
},
1515
files: ["**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}"],
@@ -20,7 +20,7 @@ export default [
2020
"import/no-unresolved": [
2121
"error",
2222
{
23-
ignore: ["^markdownlint/.+"],
23+
ignore: ["^markdownlint/.+", "^vitest/.+"],
2424
},
2525
],
2626
},

jest.config.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)