mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-02 11:01:23 +02:00
Silence some 404s from the tests
Add an edit.png so we don't get a 404 every time we load some event tiles
This commit is contained in:
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
|
||||
|
BIN
test/img/edit.png
Normal file
BIN
test/img/edit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 460 B |
Loading…
x
Reference in New Issue
Block a user