Skip to content

Commit fcd6703

Browse files
committed
crates-test: Remove a stray 'y'
Oops! I didn't inspect my diff very closely. Signed-off-by: Kristofer Rye <[email protected]>
1 parent c355ee3 commit fcd6703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/crates-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
yimport { module, test } from 'qunit';
1+
import { module, test } from 'qunit';
22
import { setupApplicationTest } from 'ember-qunit';
33
import { click, currentURL, visit } from '@ember/test-helpers';
44
import a11yAudit from 'ember-a11y-testing/test-support/audit';

0 commit comments

Comments
 (0)