Skip to content

Setting vitest environment in package.json doesn't play well with VS Code's vitest extension #199

Closed
@segevfiner

Description

@segevfiner

Setting the vitest environment to jsdom in the package.json instead of in vite.config.ts doesn't play well with the VS Code vitest extension which won't know about it and will fail to run vitest without further configuration.

"test:unit": "vitest --environment jsdom --root src/"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions