Skip to content

Commit 5c34115

Browse files
committed
fix theming during tests correctly
1 parent 8684fae commit 5c34115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ module.exports = function (config) {
7474
watched: false, included: false, served: true, nocache: false,
7575
},
7676
{
77-
pattern: 'res/themes/riot/img/*',
77+
pattern: 'res/themes/**',
7878
watched: false, included: false, served: true, nocache: false,
7979
},
8080
],
8181

8282
proxies: {
8383
// redirect img links to the karma server. See above.
8484
"/img/": "/base/node_modules/matrix-react-sdk/res/img/",
85-
"/themes/riot/img/": "/base/res/themes/riot/img/",
85+
"/themes/": "/base/res/themes/",
8686
},
8787

8888
// preprocess matching files before serving them to the browser

0 commit comments

Comments
 (0)