mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 16:37:07 +02:00
fix(v2): use lodash instead of array-map-polyfill (#2490)
This commit is contained in:
parent
1577ab98e9
commit
686c8ae27d
5 changed files with 5 additions and 12 deletions
|
@ -27,5 +27,5 @@ module.exports = {
|
|||
transform: {
|
||||
'^.+\\.[jt]sx?$': 'babel-jest',
|
||||
},
|
||||
setupFiles: ['./jest/stylelint-rule-test.js', 'array-flat-polyfill'],
|
||||
setupFiles: ['./jest/stylelint-rule-test.js'],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue