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
f9004b6301e10f9ba035a2a97452f8b10c45b01c
f9004b6301e10f9ba035a2a97452f8b10c45b01c
Switch branch/tag
pro-blocks
jest.config.js
Find file
Normal view
History
Permalink
jest.config.js
86 Bytes
Edit
Web IDE
Newer
Older
test: fix tests by adding testURL to jest configuration
KJlmfe
committed
Jul 29, 2018
1
2
module
.
exports
=
{
testURL
:
'
http://localhost:8000
'
,
fix test (#2825)
陈帅
committed
Nov 14, 2018
3
preset
:
'
jest-puppeteer
'
,
test: fix tests by adding testURL to jest configuration
KJlmfe
committed
Jul 29, 2018
4
};