Skip to content

Commit

Permalink
Updating to use public exports of @ember/test-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Feb 23, 2019
1 parent fcd7012 commit f869424
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import QUnit from 'qunit';
import { run } from '@ember/runloop';
import { waitUntil, isSettled, getSettledState } from '@ember/test-helpers';
import { getDebugInfo } from '@ember/test-helpers/-internal/debug-info';
import { getDebugInfo } from '@ember/test-helpers';

/**
* Detects if a specific test isn't isolated. A test is considered
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "ember try:each"
},
"dependencies": {
"@ember/test-helpers": "^1.4.0",
"@ember/test-helpers": "^1.5.0",
"broccoli-funnel": "^2.0.2",
"broccoli-merge-trees": "^3.0.2",
"common-tags": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test-isolation-validation-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Ember from 'ember';
import { run } from '@ember/runloop';
import { module, test } from 'qunit';
import { installTestNotIsolatedHook } from 'ember-qunit/test-isolation-validation';
import { getDebugInfo } from '@ember/test-helpers/-internal/debug-info';
import { getDebugInfo } from '@ember/test-helpers';

import patchAssert from './utils/patch-assert-helper';

Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -625,15 +625,15 @@
ember-cli-babel "^6.16.0"
ember-compatibility-helpers "^1.1.1"

"@ember/test-helpers@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-1.4.0.tgz#46082b6ad1a628a846ad18827bd87026fa478f2d"
integrity sha512-wuIDCGfw/UyC7RhthTqDNvJFrLmiuYggCuL+/pUe5SlIp/PYFf+SwcyUBc+rQiiNGrH98G3Ak1OotUkZFOpC5A==
"@ember/test-helpers@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-1.5.0.tgz#a480181c412778294e317c256d04ca52e63c813a"
integrity sha512-RrS0O3VlDASMsI6v9nxUgO0k8EJGy1nzz/1HgiScbu8LbCpPj4Mp8S82yT/olXA3TShu7c/RfLZHjlN/iRW2OA==
dependencies:
broccoli-debug "^0.6.5"
broccoli-funnel "^2.0.2"
ember-assign-polyfill "^2.6.0"
ember-cli-babel "^7.4.2"
ember-cli-babel "^7.4.3"
ember-cli-htmlbars-inline-precompile "^2.1.0"

"@glimmer/di@^0.2.0":
Expand Down Expand Up @@ -2903,7 +2903,7 @@ ember-cli-babel@^6.16.0, ember-cli-babel@^6.6.0, ember-cli-babel@^6.8.1:
ember-cli-version-checker "^2.1.2"
semver "^5.5.0"

ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.2, ember-cli-babel@^7.2.0, ember-cli-babel@^7.4.2, ember-cli-babel@^7.4.3:
ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.2, ember-cli-babel@^7.2.0, ember-cli-babel@^7.4.3:
version "7.4.3"
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.4.3.tgz#1ff35ffd54c6206d72635686f4e5bb1674c9eae5"
integrity sha512-jTAYz38q+iGXwMVTMQhYVHp//7NGJCvDOqFcn/pzozn+KU34Cvmlyi8MJBucKOA+t+khY8DSFz7jE667U993nA==
Expand Down

0 comments on commit f869424

Please sign in to comment.