From ae7116a895470cfb4d9ea43dde98cd3302da52f8 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sun, 5 Nov 2017 19:42:07 -0500 Subject: [PATCH] Migrate from `qunitjs` to `qunit` package. The `qunitjs` package has been deprecated in favor of the `qunit` package (since `qunit` is the more obvious package name). This updates to the new package (which is functionally identical). --- index.js | 2 +- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.js b/index.js index ebffd5ec..08a88238 100644 --- a/index.js +++ b/index.js @@ -72,7 +72,7 @@ module.exports = { treeForVendor: function(tree) { const MergeTrees = require('broccoli-merge-trees'); const Funnel = require('broccoli-funnel'); - let qunitPath = path.dirname(require.resolve('qunitjs')); + let qunitPath = path.dirname(require.resolve('qunit')); let qunitTree = new Funnel(this.treeGenerator(qunitPath), { destDir: 'qunit', diff --git a/package.json b/package.json index 9219a051..4f751dfc 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "ember-cli-babel": "^6.3.0", "ember-cli-test-loader": "^2.2.0", "ember-test-helpers": "^0.7.0-beta.10", - "qunitjs": "^2.4.0" + "qunit": "^2.4.1" }, "devDependencies": { "ember-cli": "~2.15.1", diff --git a/yarn.lock b/yarn.lock index 5dcf57bc..adb27867 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4385,9 +4385,9 @@ quick-temp@^0.1.0, quick-temp@^0.1.2, quick-temp@^0.1.3, quick-temp@^0.1.5, quic rimraf "^2.5.4" underscore.string "~3.3.4" -qunitjs@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/qunitjs/-/qunitjs-2.4.0.tgz#58f3a81e846687f2e7f637c5bedc9c267f887261" +qunit@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.4.1.tgz#373c826b3b91795f3e5479cc94f0f6fa14dedc47" dependencies: chokidar "1.6.1" commander "2.9.0"