feat: filter out bad emails && add some tests with vitest #1
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
tests/smoke.spec.ts:
tests/smoke.spec.ts#L3
Error: Playwright Test did not expect test() to be called here.
Most common reasons include:
- You are calling test() in a configuration file.
- You are calling test() in a file that is imported by the configuration file.
- You have two different versions of @playwright/test. This usually happens
when one of the dependencies in your package.json depends on @playwright/test.
❯ TestTypeImpl._currentSuite node_modules/.pnpm/playwright@1.53.0/node_modules/playwright/lib/common/testType.js:74:13
❯ TestTypeImpl._createTest node_modules/.pnpm/playwright@1.53.0/node_modules/playwright/lib/common/testType.js:87:24
❯ node_modules/.pnpm/playwright@1.53.0/node_modules/playwright/lib/transform/transform.js:275:12
❯ tests/smoke.spec.ts:3:1
|