Skip to content

Commit 02db0bf

Browse files
committed
fix tests
1 parent 404ded0 commit 02db0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ describe('htmlbars-inline-precompile', function () {
421421
);
422422

423423
expect(transformed).toEqualCode(`
424-
define(["@ember/template-compilation", "@ember/template-factory"], function (_templateCompilation, _templateFactory) {
424+
define(["@ember/template-factory"], function (_templateFactory) {
425425
"use strict";
426426
427427
var compiled = (0, _templateFactory.createTemplateFactory)(

0 commit comments

Comments
 (0)