changes #38
Annotations
5 errors
|
test
Process completed with exit code 1.
|
|
src/inlay/__ct__/inlay.tokens.spec.tsx:
src/inlay/__ct__/inlay.tokens.spec.tsx#L4
Error: Playwright Test did not expect test.describe() to be called here.
Most common reasons include:
- You are calling test.describe() in a configuration file.
- You are calling test.describe() 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:74:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:114:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:275:12
❯ src/inlay/__ct__/inlay.tokens.spec.tsx:4:6
|
|
src/inlay/__ct__/inlay.grapheme.spec.tsx:
src/inlay/__ct__/inlay.grapheme.spec.tsx#L4
Error: Playwright Test did not expect test.describe() to be called here.
Most common reasons include:
- You are calling test.describe() in a configuration file.
- You are calling test.describe() 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:74:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:114:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:275:12
❯ src/inlay/__ct__/inlay.grapheme.spec.tsx:4:6
|
|
src/inlay/__ct__/inlay.composition.cdp.spec.tsx:
src/inlay/__ct__/inlay.composition.cdp.spec.tsx#L45
Error: Playwright Test did not expect test.describe() to be called here.
Most common reasons include:
- You are calling test.describe() in a configuration file.
- You are calling test.describe() 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:74:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:114:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:275:12
❯ src/inlay/__ct__/inlay.composition.cdp.spec.tsx:45:6
|
|
src/inlay/__ct__/inlay.basic.spec.tsx:
src/inlay/__ct__/inlay.basic.spec.tsx#L4
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:74:13
❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:87:24
❯ test node_modules/playwright/lib/transform/transform.js:275:12
❯ src/inlay/__ct__/inlay.basic.spec.tsx:4:1
|