Skip to content
This repository was archived by the owner on Feb 6, 2021. It is now read-only.

Commit c28a548

Browse files
author
Robert Jackson
authored
Fix import in README example (#305)
Fix import in README example
2 parents 3937089 + fc2d80b commit c28a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ template strings:
1212
// ember-cli-project/test/unit/components/my-component-test.js
1313
import { module, test } from 'qunit';
1414
import { render } from '@ember/test-helpers';
15-
import { setupRenderingTest, test } from 'ember-qunit';
15+
import { setupRenderingTest } from 'ember-qunit';
1616
import hbs from 'htmlbars-inline-precompile';
1717

1818
module('my-component', function(hooks) {

0 commit comments

Comments
 (0)