Skip to content

Commit

Permalink
cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed May 20, 2024
1 parent fec5e23 commit b0fb6da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ let date: typeof import('https://cardstack.com/base/date');
let datetime: typeof import('https://cardstack.com/base/datetime');
let boolean: typeof import('https://cardstack.com/base/boolean');
let codeRef: typeof import('https://cardstack.com/base/code-ref');
let catalogEntry: typeof import('https://cardstack.com/base/catalog-entry');
let base64Image: typeof import('https://cardstack.com/base/base64-image');
let ethereumAddress: typeof import('https://cardstack.com/base/ethereum-address');
let markdown: typeof import('https://cardstack.com/base/markdown');
Expand Down Expand Up @@ -84,7 +83,6 @@ module('Integration | card-basics', function (hooks) {
datetime = await loader.import(`${baseRealm.url}datetime`);
boolean = await loader.import(`${baseRealm.url}boolean`);
codeRef = await loader.import(`${baseRealm.url}code-ref`);
catalogEntry = await loader.import(`${baseRealm.url}catalog-entry`);
base64Image = await loader.import(`${baseRealm.url}base64-image`);
markdown = await loader.import(`${baseRealm.url}markdown`);
ethereumAddress = await loader.import(`${baseRealm.url}ethereum-address`);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { waitUntil, fillIn, RenderingTestContext } from '@ember/test-helpers';
import { RenderingTestContext } from '@ember/test-helpers';

import { setupRenderingTest } from 'ember-qunit';
import { module, test } from 'qunit';
Expand Down

0 comments on commit b0fb6da

Please sign in to comment.