File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,8 @@ describe('interpret.extensions', function () {
208
208
} ) ;
209
209
210
210
it ( 'does not error with the .mjs extension' , function ( done ) {
211
+ this . timeout ( 0 ) ;
212
+
211
213
var ext = '.mjs' ;
212
214
var fixture = './fixtures/' + ext . slice ( 1 ) + '/0/test' + ext ;
213
215
@@ -223,6 +225,8 @@ describe('interpret.extensions', function () {
223
225
this . skip ( ) ;
224
226
}
225
227
228
+ this . timeout ( 0 ) ;
229
+
226
230
var ext = '.mjs' ;
227
231
var fixture = './fixtures/' + ext . slice ( 1 ) + '/0/test' + ext ;
228
232
@@ -251,6 +255,8 @@ describe('interpret.extensions', function () {
251
255
this . skip ( ) ;
252
256
}
253
257
258
+ this . timeout ( 0 ) ;
259
+
254
260
var ext = '.mjs' ;
255
261
var fixture = './fixtures/' + ext . slice ( 1 ) + '/1/test' + ext ;
256
262
You can’t perform that action at this time.
0 commit comments