Skip to content

Commit 270db5f

Browse files
authored
string value
1 parent 6195e37 commit 270db5f

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
@@ -1850,7 +1850,7 @@ describe('htmlbars-inline-precompile', function () {
18501850
name: 'other',
18511851
visitor: {
18521852
ImportDeclaration(path) {
1853-
imports.push(path.node.source);
1853+
imports.push(path.node.source.value);
18541854
},
18551855
},
18561856
};

0 commit comments

Comments
 (0)