We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bccf51 commit 8b3abe0Copy full SHA for 8b3abe0
shell-ui/jest.config.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
transformIgnorePatterns: [
3
- '/node_modules/(?!vega-lite|@scality|pretty-bytes)',
+ '/node_modules/(?!vega-lite|@scality|pretty-bytes|uuid)',
4
],
5
setupFilesAfterEnv: ['./src/setupTests.ts'],
6
clearMocks: true,
ui/package.json
@@ -133,7 +133,7 @@
133
},
134
"jest": {
135
"transformIgnorePatterns": [
136
- "/node_modules/(?!(vega-lite|@scality)/)"
+ "/node_modules/(?!(vega-lite|@scality|uuid)/)"
137
138
"testMatch": [
139
"<rootDir>/src/**/__tests__/**/*.[jt]s?(x)",
0 commit comments