Skip to content

fix: missing vitest imports break 3 test files at runtime #70

@michaeldistel

Description

@michaeldistel

3 test files use beforeEach but don't import it from vitest, causing ReferenceError at runtime.

Files:

  • tests/semantic/std-function-registry.test.ts
  • tests/semantic/type-checker.test.ts
  • tests/backend/codegen.test.ts

Fix: add beforeEach to the vitest import in each file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions