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
Copy file name to clipboardExpand all lines: readme.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,11 +115,12 @@ $ ava --help
115
115
ava
116
116
ava test.js test2.js
117
117
ava test-*.js
118
+
ava test
118
119
ava --init
119
120
ava --init foo.js
120
121
121
122
Default patterns when no arguments:
122
-
test.js test-*.js test/*.js
123
+
test.js test-*.js test/**/*.js
123
124
```
124
125
125
126
Directories are recursive by default. Files in directories named `fixtures` and `helpers` are ignored, as well as files starting with `_`. This can be useful for having helpers in the same directory as your test files.
0 commit comments