Sword/jest.config.js

5 lines
86 B
JavaScript
Raw Permalink Normal View History

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