fix(v2): use lodash instead of array-map-polyfill (#2490)

This commit is contained in:
Alexey Pyltsyn 2020-04-01 20:08:22 +03:00 committed by GitHub
parent 1577ab98e9
commit 686c8ae27d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 12 deletions

View file

@ -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'],
};