test: add some tests

This commit is contained in:
rusconn
2023-10-14 10:45:58 +09:00
parent 99bc0b6a17
commit 6c7f03d3fe
13 changed files with 348 additions and 65 deletions

View File

@@ -22,6 +22,10 @@
"consistent-return": "off",
"no-else-return": "off",
"no-nested-ternary": "off",
"import/no-extraneous-dependencies": [
"error",
{ "devDependencies": ["tests/**", "playwright.config.ts"] }
],
"import/prefer-default-export": "off",
"react/function-component-definition": "off",
"react/jsx-key": "off",