add jsx/state test

This commit is contained in:
MapleLeaf
2021-12-09 19:20:45 -06:00
parent 02e938ea56
commit 2090c9c230
5 changed files with 115 additions and 84 deletions

View File

@@ -78,7 +78,8 @@
},
"ava": {
"extensions": {
"ts": "module"
"ts": "module",
"tsx": "module"
},
"nodeArguments": [
"--loader=esbuild-node-loader",
@@ -86,7 +87,8 @@
"--no-warnings"
],
"files": [
"{src,integration}/**/*.test.ts"
]
"{src,integration}/**/*.test.{ts,tsx}"
],
"serial": true
}
}