Skip to content

Jest to vitest, remove jest/globals importsΒ #252

@eMerzh

Description

@eMerzh

I tried the jest to vitest pattern, looks fun πŸ‘

i noticed that it was adding new import but not removing old ones

import { describe, expect, test } from '@jest/globals'
import { describe, test, expect } from "vitest";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions