Open
Description
Simply aliasing test
to, for example, setup
, causes an eslint violation "Expect must be inside of a test block". Any reason this should not be considered valid?
Minimal test case:
import { expect, test as setup } from '#test'
. . .
setup('authenticate', async ({ page, system }) => {
expect(true).toBeTruthy()
})
Metadata
Assignees
Labels
No labels