.mocharc.json
1 {
2 "spec": "test/**/*.test.{ts,tsx}",
3 "require": [
4 "jsdom-global/register"
5 ],
6 "extension": "ts",
7 "timeout": 3000,
8 "node-option": [
9 "experimental-specifier-resolution=node",
10 "loader=ts-node/esm"
11 ],
12 "exit": true
13 }