Skip to content

e2e folder in SvelteKit template isn't type-checked #914

@teemingc

Description

@teemingc

Currently, the Svelte template adds an e2e directory for Playwright tests. However, this directory isn't type-checked (see sveltejs/kit#15254). We have 3 options:

  1. Rename "e2e" to "tests" which is covered by the generated tsconfig.json
  2. Change the generated tsconfig.json to recognise the "e2e" directory
  3. Include it via the SvelteKit typescript config option

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions