Skip to content

Commit d92b176

Browse files
authored
Merge pull request #1749 from progfay/node-test-runner
Migrate from Vitest to Node.js Test Runner
2 parents e5b83b0 + 5c040c6 commit d92b176

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2751
-3901
lines changed

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
23.10.0

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

node.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://nodejs.org/dist/latest/docs/node-config-schema.json",
3+
"nodeOptions": {
4+
"disable-warning": "ExperimentalWarning"
5+
}
6+
}

0 commit comments

Comments
 (0)