Silence some 404s from the tests

Add an edit.png so we don't get a 404 every time we load some event tiles
pull/21833/head
Richard van der Hoff 2016-04-21 13:40:43 +01:00
parent 66966eecf8
commit 9fcf8d00b4
2 changed files with 9 additions and 0 deletions

View File

@ -51,8 +51,17 @@ module.exports = function (config) {
files: [
testFile,
gsCss,
// some images to reduce noise from the tests
{pattern: 'test/img/*', watched: false, included: false,
served: true, nocache: false},
],
// redirect img links to the karma server
proxies: {
"/img/": "/base/test/img/",
},
// list of files to exclude
//
// This doesn't work. It turns out that it's webpack which does the

BIN
test/img/edit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B