test: タスクを追加するE2Eテストを追加 #12
Annotations
2 errors
e2e/can-register-todo.spec.ts:
frontend/e2e/can-register-todo.spec.ts#L5
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/playwright/lib/common/testType.js:71:13
❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:80:24
❯ Module.<anonymous> node_modules/playwright/lib/transform/transform.js:256:12
❯ e2e/can-register-todo.spec.ts:5:1
|
build
Process completed with exit code 1.
|