While thinking about #214 (comment)
I realized I also needed to add the .mjs extension to the 1.x and 2.x release streams of interpret, but all the tests were passing for gulp-cli.
I think this is due to us using --gulpfile for all our tests. @sttk do you know a way to test for the extensions?
While thinking about #214 (comment)
I realized I also needed to add the
.mjsextension to the 1.x and 2.x release streams ofinterpret, but all the tests were passing forgulp-cli.I think this is due to us using
--gulpfilefor all our tests. @sttk do you know a way to test for the extensions?