Skip to content

Commit 43db0b1

Browse files
committed
chore(test): switch from vitest to nodejs test runner
1 parent 41e9659 commit 43db0b1

File tree

3 files changed

+8
-786
lines changed

3 files changed

+8
-786
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@microflash/fenceparser",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A metadata parser for code fences in markdown",
55
"main": "src/index.js",
66
"scripts": {
7-
"test": "vitest parser"
7+
"test": "node --test ./test/parser.test.js"
88
},
99
"type": "module",
1010
"repository": "https://github.com/Microflash/fenceparser.git",
@@ -23,8 +23,5 @@
2323
"chevrotain": "^11.0.3",
2424
"defu": "^6.1.4"
2525
},
26-
"devDependencies": {
27-
"vitest": "^2.1.1"
28-
},
29-
"packageManager": "pnpm@9.11.0"
26+
"packageManager": "pnpm@10.7.1"
3027
}

0 commit comments

Comments
 (0)