revert: bump serialize-error from 8.1.0 to 9.0.0 (#7670)

Refs 7049015
Refs #7670
This commit is contained in:
Vladimir Gorej
2022-01-19 14:25:16 +01:00
parent 302c483f0a
commit 747038029a
4 changed files with 19 additions and 24 deletions

View File

@@ -4,7 +4,4 @@ module.exports = {
rootDir: path.join(__dirname, '..', '..'),
testEnvironment: 'jsdom',
testMatch: ['**/test/build-artifacts/**/*.js'],
transformIgnorePatterns: [
'/node_modules/(?!(serialize-error)/)',
]
};