Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
d190f9c7
Commit
d190f9c7
authored
Nov 05, 2018
by
陈帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase timeout limit
parent
918d67ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
package.json
package.json
+5
-5
src/e2e/layout.e2e.js
src/e2e/layout.e2e.js
+1
-0
No files found.
package.json
View file @
d190f9c7
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
"dependencies"
:
{
"dependencies"
:
{
"
@antv/data-set
"
:
"
^0.9.6
"
,
"
@antv/data-set
"
:
"
^0.9.6
"
,
"
@babel/runtime
"
:
"
^7.1.2
"
,
"
@babel/runtime
"
:
"
^7.1.2
"
,
"
antd
"
:
"
^3.10.
0
"
,
"
antd
"
:
"
^3.10.
4
"
,
"
bizcharts
"
:
"
^3.2.2
"
,
"
bizcharts
"
:
"
^3.2.2
"
,
"
bizcharts-plugin-slider
"
:
"
^2.0.3
"
,
"
bizcharts-plugin-slider
"
:
"
^2.0.3
"
,
"
classnames
"
:
"
^2.2.6
"
,
"
classnames
"
:
"
^2.2.6
"
,
...
@@ -73,9 +73,6 @@
...
@@ -73,9 +73,6 @@
"
eslint-plugin-jsx-a11y
"
:
"
^6.1.2
"
,
"
eslint-plugin-jsx-a11y
"
:
"
^6.1.2
"
,
"
eslint-plugin-markdown
"
:
"
^1.0.0-beta.6
"
,
"
eslint-plugin-markdown
"
:
"
^1.0.0-beta.6
"
,
"
eslint-plugin-react
"
:
"
^7.11.1
"
,
"
eslint-plugin-react
"
:
"
^7.11.1
"
,
"
tslint
"
:
"
^5.10.0
"
,
"
tslint-config-prettier
"
:
"
^1.10.0
"
,
"
tslint-react
"
:
"
^3.6.0
"
,
"
gh-pages
"
:
"
^2.0.1
"
,
"
gh-pages
"
:
"
^2.0.1
"
,
"
husky
"
:
"
^1.1.2
"
,
"
husky
"
:
"
^1.1.2
"
,
"
lint-staged
"
:
"
^7.2.0
"
,
"
lint-staged
"
:
"
^7.2.0
"
,
...
@@ -86,12 +83,15 @@
...
@@ -86,12 +83,15 @@
"
stylelint
"
:
"
^9.4.0
"
,
"
stylelint
"
:
"
^9.4.0
"
,
"
stylelint-config-prettier
"
:
"
^4.0.0
"
,
"
stylelint-config-prettier
"
:
"
^4.0.0
"
,
"
stylelint-config-standard
"
:
"
^18.0.0
"
,
"
stylelint-config-standard
"
:
"
^18.0.0
"
,
"
tslint
"
:
"
^5.10.0
"
,
"
tslint-config-prettier
"
:
"
^1.10.0
"
,
"
tslint-react
"
:
"
^3.6.0
"
,
"
umi
"
:
"
^2.2.1
"
,
"
umi
"
:
"
^2.2.1
"
,
"
umi-plugin-ga
"
:
"
^1.1.3
"
,
"
umi-plugin-ga
"
:
"
^1.1.3
"
,
"
umi-plugin-react
"
:
"
^1.2.0
"
"
umi-plugin-react
"
:
"
^1.2.0
"
},
},
"optionalDependencies"
:
{
"optionalDependencies"
:
{
"puppeteer"
:
"^1.
9
.0"
"puppeteer"
:
"^1.
10
.0"
},
},
"lint-staged"
:
{
"lint-staged"
:
{
"**/*.{js,jsx,less}"
:
[
"**/*.{js,jsx,less}"
:
[
...
...
src/e2e/layout.e2e.js
View file @
d190f9c7
...
@@ -28,6 +28,7 @@ describe('Homepage', () => {
...
@@ -28,6 +28,7 @@ describe('Homepage', () => {
};
};
beforeAll
(
async
()
=>
{
beforeAll
(
async
()
=>
{
jest
.
setTimeout
(
1000000
);
browser
=
await
puppeteer
.
launch
({
args
:
[
'
--no-sandbox
'
]
});
browser
=
await
puppeteer
.
launch
({
args
:
[
'
--no-sandbox
'
]
});
page
=
await
browser
.
newPage
();
page
=
await
browser
.
newPage
();
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment