From 7c8f3dd4e2c0f4bef3c0967efab2859d090d94bd Mon Sep 17 00:00:00 2001 From: Brandon Casey Date: Mon, 26 Mar 2018 10:58:50 -0400 Subject: [PATCH] feat: update karma-qunit and switch to qunit pkg (#160) --- generators/app/package-json.js | 4 ++-- generators/app/templates/test/_index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/generators/app/package-json.js b/generators/app/package-json.js index 8ee07a86..bf9ef631 100644 --- a/generators/app/package-json.js +++ b/generators/app/package-json.js @@ -21,13 +21,13 @@ const DEFAULTS = { 'karma-detect-browsers': '^2.2.6', 'karma-firefox-launcher': '^1.1.0', 'karma-ie-launcher': '^1.0.0', - 'karma-qunit': '^1.2.1', + 'karma-qunit': '^2.0.0', 'karma-safari-launcher': '^1.0.0', 'mkdirp': '^0.5.1', 'node-static': '^0.7.10', 'npm-run-all': '^4.1.2', 'portscanner': '^2.1.1', - 'qunitjs': '^2.4.1', + 'qunit': '^2.5.1', 'rimraf': '^2.6.2', 'rollup': '^0.53.4', 'rollup-plugin-babel': '^2.7.1', diff --git a/generators/app/templates/test/_index.html b/generators/app/templates/test/_index.html index 0505ccdb..9f6b13b7 100644 --- a/generators/app/templates/test/_index.html +++ b/generators/app/templates/test/_index.html @@ -3,7 +3,7 @@ <%= pluginName %> Unit Tests - + <% if (sass) { -%> @@ -14,7 +14,7 @@
<% if (ie8) { %><% } %> - +