mirror of
https://github.com/chillzhuang/Sword
synced 2024-11-05 18:19:23 +08:00
5 lines
86 B
JavaScript
5 lines
86 B
JavaScript
|
module.exports = {
|
||
|
testURL: 'http://localhost:8000',
|
||
|
preset: 'jest-puppeteer',
|
||
|
};
|