Setting browserslist
This commit is contained in:
parent
eda8daf8dd
commit
63e56c5df7
@ -20,6 +20,11 @@
|
|||||||
"test:watch": "yarn test:unit --watch",
|
"test:watch": "yarn test:unit --watch",
|
||||||
"precommit": "run-s test:lint"
|
"precommit": "run-s test:lint"
|
||||||
},
|
},
|
||||||
|
"browserslist": [
|
||||||
|
">1%",
|
||||||
|
"last 2 versions",
|
||||||
|
"not ie < 11"
|
||||||
|
],
|
||||||
"jest": {
|
"jest": {
|
||||||
"setupTestFrameworkScriptFile": "<rootDir>/src/setup-jest.js",
|
"setupTestFrameworkScriptFile": "<rootDir>/src/setup-jest.js",
|
||||||
"snapshotSerializers": [
|
"snapshotSerializers": [
|
||||||
|
Loading…
Reference in New Issue
Block a user