mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
* web: Flesh out Playwright. web: Flesh out slim tests. * web/e2e: Sessions * web: Update tests. * web: Fix missing git hash when using docker as backend. * Fix selectors. * web: Flesh out a11y in wizard elements. * web: Flesh out provider tests.
13 lines
236 B
JSON
13 lines
236 B
JSON
// @file TSConfig used by the web package during build.
|
|
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
// ---
|
|
"src/**/*.test.ts",
|
|
"src/**/*.comp.ts",
|
|
"./**/*.stories.ts",
|
|
"./tests"
|
|
]
|
|
}
|