You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,20 @@ There are a few limitations compared to the original `ava` CLI, however.
90
90
* No babel support
91
91
* No power assert
92
92
93
+
## Frequently Asked Questions
94
+
95
+
<details>
96
+
<summary>How to use AVA-TS when the <i>module</i> compiler option is set to ES6 modules?</summary>
97
+
98
+
Especially when working with bundlers like webpack you will encounter this issue. Fortunately, there is a simple fix to make TypeScript emit node-style modules when running AVA-TS:
0 commit comments