File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 56
56
],
57
57
"dependencies" : {
58
58
"array-union" : " ^1.0.2" ,
59
- "dir-glob" : " ^2.0.0 " ,
60
- "fast-glob" : " ^2.2.3 " ,
59
+ "dir-glob" : " ^2.2.1 " ,
60
+ "fast-glob" : " ^2.2.6 " ,
61
61
"glob" : " ^7.1.3" ,
62
62
"ignore" : " ^4.0.3" ,
63
63
"pify" : " ^4.0.1" ,
64
64
"slash" : " ^2.0.0"
65
65
},
66
66
"devDependencies" : {
67
- "ava" : " ^0.25.0 " ,
67
+ "ava" : " ^1.0.1 " ,
68
68
"glob-stream" : " ^6.1.0" ,
69
69
"globby" : " sindresorhus/globby#master" ,
70
70
"matcha" : " ^0.7.0" ,
71
- "rimraf" : " ^2.2.8 " ,
71
+ "rimraf" : " ^2.6.3 " ,
72
72
"xo" : " ^0.23.0"
73
73
},
74
74
"xo" : {
Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ test.failing('relative paths and ignores option', t => {
170
170
const msg = 'Patterns must be a string or an array of strings' ;
171
171
172
172
test ( `rejects the promise for invalid patterns input: ${ valstring } - async` , async t => {
173
- await t . throws ( m ( v ) , TypeError ) ;
174
- await t . throws ( m ( v ) , msg ) ;
173
+ await t . throwsAsync ( m ( v ) , TypeError ) ;
174
+ await t . throwsAsync ( m ( v ) , msg ) ;
175
175
} ) ;
176
176
177
177
test ( `throws for invalid patterns input: ${ valstring } ` , t => {
You can’t perform that action at this time.
0 commit comments