Skip to content

Commit 0ac36ea

Browse files
committed
fix test files spelling
1 parent 12c179f commit 0ac36ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/mixins/test-files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default Mixin.create({
5656
let openComponent = descriptor => `<${descriptor}>`;
5757
let closeComponent = descriptor => `</${descriptor}>`;
5858
let selfCloseComponent = descriptor => `<${descriptor} />`;
59-
let hbsImportStatement = `import hbs from 'htmlbars-inline-precomipile';`;
59+
let hbsImportStatement = `import hbs from 'htmlbars-inline-precompile';`;
6060

6161
const fileProperties = this.emberCli.buildProperties(blueprint, {
6262
testType: 'integration',

0 commit comments

Comments
 (0)