1
0
mirror of https://github.com/chillzhuang/Sword synced 2024-09-21 20:24:06 +08:00
Sword/jest.config.js

5 lines
86 B
JavaScript
Raw Normal View History

2019-02-13 17:16:39 +08:00
module.exports = {
testURL: 'http://localhost:8000',
preset: 'jest-puppeteer',
};