postcat/e2e/playwright.config.js
2022-08-23 18:09:42 +08:00

6 lines
63 B
JavaScript

const config = {
testDir: './',
};
module.exports = config;