From b11f84b9f131c0b56d4738d55acb8a428cd89e71 Mon Sep 17 00:00:00 2001 From: Dan Freeman Date: Fri, 5 Apr 2019 13:05:08 +0200 Subject: [PATCH] fix: don't blow away the host's auto-import config --- index.js | 3 --- package.json | 1 - yarn.lock | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/index.js b/index.js index 7b1d0e097..9e99baddf 100644 --- a/index.js +++ b/index.js @@ -91,9 +91,6 @@ module.exports = { includer.options.includehighlightJS = false; includer.options.includeHighlightStyle = false; includer.options.snippetExtensions = ['js', 'css', 'scss', 'hbs', 'md', 'text', 'json', 'handlebars', 'htmlbars', 'html', 'diff']; - includer.options.autoImport = { - exclude: [ 'qunit' ] - }; // This must come after we add our own options above, or else other addons won't see them. this._super.included.apply(this, arguments); diff --git a/package.json b/package.json index 46638453c..f8bd7a493 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,6 @@ "eslint-plugin-node": "^7.0.1", "loader.js": "^4.7.0", "mocha": "^6.0.2", - "qunit": "^2.6.2", "qunit-dom": "^0.8.4" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index 75e79ebda..eef283327 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10448,7 +10448,7 @@ qunit-dom@^0.8.4: broccoli-funnel "^2.0.0" broccoli-merge-trees "^3.0.1" -qunit@^2.6.2, qunit@~2.6.0: +qunit@~2.6.0: version "2.6.2" resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.6.2.tgz#551210c5cf857258a4fe39a7fe15d9e14dfef22c" integrity sha512-PHbKulmd4rrDhFto7iHicIstDTX7oMRvAcI7loHstvU8J7AOGwzcchONmy+EG4KU8HDk0K90o7vO0GhlYyKlOg==