diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-27 01:00:51 +0200 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2017-04-27 01:01:46 +0200 |
commit | e381a5fb6d30c39045293245c43002f691800d80 (patch) | |
tree | 1850d576b88d527ac720b448e4d205832a94786e /.config/karma.conf.js | |
parent | 9ec3a403b6c638bffc04e1ce00ebdf016aa15492 (diff) | |
download | svg.js-e381a5fb6d30c39045293245c43002f691800d80.tar.gz svg.js-e381a5fb6d30c39045293245c43002f691800d80.zip |
move fixtures to the fixtures folder
Diffstat (limited to '.config/karma.conf.js')
-rw-r--r-- | .config/karma.conf.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/karma.conf.js b/.config/karma.conf.js index f2bdfeb..42ceb39 100644 --- a/.config/karma.conf.js +++ b/.config/karma.conf.js @@ -17,12 +17,12 @@ module.exports = function(config) { files: [ '.config/pretest.js', { - pattern: 'spec/fixture.css', + pattern: 'spec/fixtures/fixture.css', included: false, served: true }, { - pattern: 'spec/fixture.svg', + pattern: 'spec/fixtures/fixture.svg', included: false, served: true }, |