Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2431 from hashicorp/ui/remove-unused-pause-test
Browse files Browse the repository at this point in the history
ui: remove unused `pauseTest` import
  • Loading branch information
jgwhite authored Oct 6, 2021
2 parents 4135a89 + 93ad6f4 commit 8452b5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { clickable, collection, create, fillable, isPresent, text } from 'ember-cli-page-object';
import { module, test } from 'qunit';
import { pauseTest, render, settled } from '@ember/test-helpers';
import { render, settled } from '@ember/test-helpers';

import { TestContext } from 'ember-test-helpers';
import hbs from 'htmlbars-inline-precompile';
Expand Down

0 comments on commit 8452b5d

Please sign in to comment.