multi-scrobbler/.mocharc.json
FoxxMD beaf0f3bfd chore(!): Upgrade Node to LTS for --import support
So that we can use tsx with official --import rather than requiring (old-style) which doesn't work with string-sameness esm for some reason

https://github.com/mochajs/mocha/issues/5002
https://github.com/mochajs/mocha-examples/pull/76
2024-02-15 12:40:02 -05:00

5 lines
68 B
JSON

{
"reporter": "dot",
"extension": "ts",
"import": "tsx/esm"
}