mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
test: playwright e2e setup with onboarding, navigation and receive specs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["."],
|
||||
// the root config excludes "e2e" for the app typecheck; that inherited
|
||||
// exclude would void this config's own inputs, so reset it here
|
||||
"exclude": []
|
||||
}
|
||||
Reference in New Issue
Block a user