You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03: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:
@ -51,8 +51,17 @@ module.exports = function (config) {
|
|||||||
files: [
|
files: [
|
||||||
testFile,
|
testFile,
|
||||||
gsCss,
|
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
|
// list of files to exclude
|
||||||
//
|
//
|
||||||
// This doesn't work. It turns out that it's webpack which does the
|
// 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 |
Reference in New Issue
Block a user