From bfa8009e40fe17e32c21a9f069b459d315d52ad3 Mon Sep 17 00:00:00 2001 From: dotnetCarpenter Date: Tue, 4 Oct 2016 18:49:08 +0200 Subject: [PATCH] add the CSS as a fixture - not sure if its needed for the tests but here it is --- karma.conf.js | 5 +++++ spec/SpecRunner.html | 12 ++++++------ spec/fixture.css | 6 ++++++ spec/pretest.js | 25 ++++++++++++++++++------- 4 files changed, 35 insertions(+), 13 deletions(-) create mode 100644 spec/fixture.css diff --git a/karma.conf.js b/karma.conf.js index 056213f..08ca89c 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -16,6 +16,11 @@ module.exports = function(config) { // list of files / patterns to load in the browser files: [ 'spec/pretest.js', + { + pattern: 'spec/fixture.css', + included: false, + served: true + }, { pattern: 'spec/fixture.svg', included: false, diff --git a/spec/SpecRunner.html b/spec/SpecRunner.html index 4f204a6..def09fe 100644 --- a/spec/SpecRunner.html +++ b/spec/SpecRunner.html @@ -2,14 +2,14 @@ - Jasmine Spec Runner v2.4.1 + Jasmine Spec Runner v2.5.2 - - + + - - - + + +