-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests for extension lookups #215
Comments
@phated Extension tests are executed in a Liftoff's test. That is
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While thinking about #214 (comment)
I realized I also needed to add the
.mjs
extension 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
--gulpfile
for all our tests. @sttk do you know a way to test for the extensions?The text was updated successfully, but these errors were encountered: