postcat/e2e/playwright.config.js

6 lines
63 B
JavaScript
Raw Normal View History

2022-08-22 19:05:45 +08:00
const config = {
2022-08-23 18:09:42 +08:00
testDir: './',
2022-08-22 19:05:45 +08:00
};
module.exports = config;