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

Commit

Permalink
Fix import in README example
Browse files Browse the repository at this point in the history
The `test` function is already correctly imported in the example from `qunit` and not from `ember-qunit`
  • Loading branch information
houli committed Sep 19, 2019
1 parent 3937089 commit fc2d80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ template strings:
// ember-cli-project/test/unit/components/my-component-test.js
import { module, test } from 'qunit';
import { render } from '@ember/test-helpers';
import { setupRenderingTest, test } from 'ember-qunit';
import { setupRenderingTest } from 'ember-qunit';
import hbs from 'htmlbars-inline-precompile';

module('my-component', function(hooks) {
Expand Down

0 comments on commit fc2d80b

Please sign in to comment.