Skip to content

Commit

Permalink
tech(orga): use render from @1024pix in layout integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
machestla committed Oct 5, 2023
1 parent 3c8c76e commit 3013f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { module, test } from 'qunit';
import setupIntlRenderingTest from '../../../helpers/setup-intl-rendering';
import { render } from '@ember/test-helpers';
import { render } from '@1024pix/ember-testing-library';
import { hbs } from 'ember-cli-htmlbars';
import Service from '@ember/service';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { module, test } from 'qunit';
import { render } from '@ember/test-helpers';
import { clickByName } from '@1024pix/ember-testing-library';
import { clickByName, render } from '@1024pix/ember-testing-library';
import setupIntlRenderingTest from '../../../helpers/setup-intl-rendering';
import { hbs } from 'ember-cli-htmlbars';
import Object from '@ember/object';
Expand Down

0 comments on commit 3013f23

Please sign in to comment.