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
@@ -113,11 +113,12 @@ $ ava --help
113
113
ava
114
114
ava test.js test2.js
115
115
ava test-*.js
116
+
ava test
116
117
ava --init
117
118
ava --init foo.js
118
119
119
120
Default patterns when no arguments:
120
-
test.js test-*.js test/*.js
121
+
test.js test-*.js test/**/*.js
121
122
```
122
123
123
124
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