Remove unused rendering assertion from browser tests

This commit is contained in:
Tim Schaub
2021-04-27 15:58:04 -07:00
parent 490cfabe91
commit a0f16521eb
4 changed files with 0 additions and 98 deletions
-11
View File
@@ -19,10 +19,6 @@ module.exports = function (karma) {
),
watched: false,
},
{
pattern: 'module-global.js',
watched: false,
},
{
pattern: path.resolve(
__dirname,
@@ -45,13 +41,6 @@ module.exports = function (karma) {
),
watched: false,
},
{
pattern: path.resolve(
__dirname,
require.resolve('pixelmatch/index.js')
),
watched: false,
},
{
pattern: path.resolve(__dirname, './test-extensions.js'),
},