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
A
ant-design-pro
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
ant-design-pro
54b25eafe22c347420bee165995ce961197957ad
54b25eafe22c347420bee165995ce961197957ad
Switch branch/tag
ant-design-pro
jest.config.js
Find file
Normal view
History
Permalink
jest.config.js
58 Bytes
Edit
Web IDE
Newer
Older
test: fix tests by adding testURL to jest configuration
KJlmfe
committed
Jul 29, 2018
1
2
3
module
.
exports
=
{
testURL
:
'
http://localhost:8000
'
,
};