diff --git a/test/fixtures/taglib/scanned-tags/test-import-module/code-generator.js b/test/fixtures/taglib/scanned-tags/test-import-module/code-generator.js new file mode 100644 index 000000000..3fef075ba --- /dev/null +++ b/test/fixtures/taglib/scanned-tags/test-import-module/code-generator.js @@ -0,0 +1,4 @@ +module.exports = function(el, codegen) { + var fooVar = codegen.importModule('foo', './foo'); + return codegen.builder.functionCall(fooVar, []); +}; \ No newline at end of file