ludu-cloud/admin-web/jest.config.js

5 lines
86 B
Java
Raw Normal View History

2019-02-27 11:06:55 +08:00
module.exports = {
testURL: 'http://localhost:8000',
preset: 'jest-puppeteer',
};