From f8694249910c4d028bab41b70fc828bf781922c0 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Fri, 22 Feb 2019 16:25:00 -0800 Subject: [PATCH] Updating to use public exports of @ember/test-helpers --- .../ember-qunit/test-isolation-validation.js | 2 +- package.json | 2 +- tests/unit/test-isolation-validation-test.js | 2 +- yarn.lock | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/addon-test-support/ember-qunit/test-isolation-validation.js b/addon-test-support/ember-qunit/test-isolation-validation.js index a89bef3f..4b1ea78c 100644 --- a/addon-test-support/ember-qunit/test-isolation-validation.js +++ b/addon-test-support/ember-qunit/test-isolation-validation.js @@ -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 diff --git a/package.json b/package.json index c386ac90..7e13469a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tests/unit/test-isolation-validation-test.js b/tests/unit/test-isolation-validation-test.js index 799ec71f..129331cf 100644 --- a/tests/unit/test-isolation-validation-test.js +++ b/tests/unit/test-isolation-validation-test.js @@ -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'; diff --git a/yarn.lock b/yarn.lock index 70df09b7..619a9002 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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": @@ -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==