mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Merge branch 'master' into extension-integration-2
This commit is contained in:
commit
d1243ee020
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -6,3 +6,8 @@
|
||||||
*.css text eol=lf
|
*.css text eol=lf
|
||||||
*.html text eol=lf
|
*.html text eol=lf
|
||||||
*.md text eol=lf
|
*.md text eol=lf
|
||||||
|
*.yml text eol=lf
|
||||||
|
*.graphql text eol=lf
|
||||||
|
.eslintrc text eol=lf
|
||||||
|
.prettierrc text eol=lf
|
||||||
|
.babelrc text eol=lf
|
||||||
|
|
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
@ -15,3 +15,7 @@ jobs:
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- run: yarn build:all
|
- run: yarn build:all
|
||||||
- run: yarn test:all
|
- run: yarn test:all
|
||||||
|
- working-directory: ./extension
|
||||||
|
run: yarn install --immutable
|
||||||
|
- working-directory: ./extension
|
||||||
|
run: yarn test
|
||||||
|
|
|
@ -5,4 +5,4 @@ import Adapter from 'enzyme-adapter-react-16';
|
||||||
|
|
||||||
Enzyme.configure({ adapter: new Adapter() });
|
Enzyme.configure({ adapter: new Adapter() });
|
||||||
|
|
||||||
jest.setTimeout(10000);
|
jest.setTimeout(50000);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user