Rename test fixtures using module syntax to .mjs files.

This commit is contained in:
Logan Smyth 2018-03-03 17:15:04 -08:00
parent 5f9539e9cc
commit beb99dfda1
481 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ function run(task) {
filename: self.loc,
filenameRelative: self.filename,
sourceFileName: self.filename,
sourceType: "unambiguous",
sourceType: "script",
babelrc: false,
},
opts,

Some files were not shown because too many files have changed in this diff Show More