webpack/test/cases/scope-hoisting/async-keyword-5615/index.js

6 lines
117 B
JavaScript
Raw Normal View History

import value from "./async";
it("should have the correct values", function() {
value.should.be.eql("default");
});