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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,8 @@ $ npm test
98
98
```
99
99
$ ava --help
100
100
101
+
🚀 Futuristic test runner 🚀
102
+
101
103
Usage
102
104
ava [<file|folder|glob> ...]
103
105
@@ -113,11 +115,12 @@ $ ava --help
113
115
ava
114
116
ava test.js test2.js
115
117
ava test-*.js
118
+
ava test
116
119
ava --init
117
120
ava --init foo.js
118
121
119
122
Default patterns when no arguments:
120
-
test.js test-*.js test/*.js
123
+
test.js test-*.js test/**/*.js
121
124
```
122
125
123
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