Migrate from Jest to node:test (#115)

This commit is contained in:
Andras Schmelczer 2025-08-30 10:38:08 +01:00 committed by GitHub
commit 0ff3bb5967
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1811 additions and 7473 deletions

View file

@ -7,7 +7,7 @@
"esModuleInterop": true,
"lib": [
"DOM",
"ESNext"
"ES2024",
],
"moduleResolution": "node"
},