mirror of https://github.com/vector-im/riot-web
Silence some 404s from the tests
Add an edit.png so we don't get a 404 every time we load some event tilespull/21833/head
parent
66966eecf8
commit
9fcf8d00b4
|
@ -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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 460 B |
Loading…
Reference in New Issue