🚀(app-impress) create the e2e app impress
Create the e2e app impress, it will be used to test the app impress.
This commit is contained in:
9
src/frontend/apps/e2e/.eslintrc.js
Normal file
9
src/frontend/apps/e2e/.eslintrc.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ["impress/playwright"],
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: ["./tsconfig.json"],
|
||||
},
|
||||
ignorePatterns: ["node_modules"],
|
||||
};
|
||||
Reference in New Issue
Block a user