Bump astro from 4.9.2 to 4.10.0 #902
Annotations
10 errors
test/e2e/404.spec.ts#L3
Error: Playwright Test did not expect test.describe.configure() to be called here.
Most common reasons include:
- You are calling test.describe.configure() in a configuration file.
- You are calling test.describe.configure() 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._configure node_modules/playwright/lib/common/testType.js:159:24
❯ test/e2e/404.spec.ts:3:15
|
test/e2e/header.spec.ts#L3
Error: Playwright Test did not expect test.beforeEach() to be called here.
Most common reasons include:
- You are calling test.beforeEach() in a configuration file.
- You are calling test.beforeEach() 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._hook node_modules/playwright/lib/common/testType.js:144:24
❯ Function.beforeEach node_modules/playwright/lib/transform/transform.js:257:12
❯ test/e2e/header.spec.ts:3:6
|
test/e2e/index.spec.ts#L4
Error: Playwright Test did not expect test.beforeEach() to be called here.
Most common reasons include:
- You are calling test.beforeEach() in a configuration file.
- You are calling test.beforeEach() 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._hook node_modules/playwright/lib/common/testType.js:144:24
❯ Function.beforeEach node_modules/playwright/lib/transform/transform.js:257:12
❯ test/e2e/index.spec.ts:4:6
|
test/e2e/photos.spec.ts#L3
Error: Playwright Test did not expect test.beforeEach() to be called here.
Most common reasons include:
- You are calling test.beforeEach() in a configuration file.
- You are calling test.beforeEach() 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._hook node_modules/playwright/lib/common/testType.js:144:24
❯ Function.beforeEach node_modules/playwright/lib/transform/transform.js:257:12
❯ test/e2e/photos.spec.ts:3:6
|
test/e2e/post.spec.ts#L7
Error: Playwright Test did not expect test.beforeEach() to be called here.
Most common reasons include:
- You are calling test.beforeEach() in a configuration file.
- You are calling test.beforeEach() 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._hook node_modules/playwright/lib/common/testType.js:144:24
❯ Function.beforeEach node_modules/playwright/lib/transform/transform.js:257:12
❯ test/e2e/post.spec.ts:7:6
|
test/e2e/thanks.spec.ts#L3
Error: Playwright Test did not expect test.beforeEach() to be called here.
Most common reasons include:
- You are calling test.beforeEach() in a configuration file.
- You are calling test.beforeEach() 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._hook node_modules/playwright/lib/common/testType.js:144:24
❯ Function.beforeEach node_modules/playwright/lib/transform/transform.js:257:12
❯ test/e2e/thanks.spec.ts:3:6
|
src/components/Exif/ExifMap.test.tsx#L7
ReferenceError: document is not defined
❯ Proxy.render node_modules/@testing-library/react/dist/pure.js:234:5
❯ src/components/Exif/ExifMap.test.tsx:7:5
|
src/components/Input/index.test.tsx#L6
ReferenceError: document is not defined
❯ Proxy.render node_modules/@testing-library/react/dist/pure.js:234:5
❯ src/components/Input/index.test.tsx:6:3
|
src/components/Location/index.test.tsx#L47
ReferenceError: document is not defined
❯ Proxy.render node_modules/@testing-library/react/dist/pure.js:234:5
❯ src/components/Location/index.test.tsx:47:5
|
src/components/Location/index.test.tsx#L62
ReferenceError: document is not defined
❯ Proxy.render node_modules/@testing-library/react/dist/pure.js:234:5
❯ src/components/Location/index.test.tsx:62:5
|
This job failed
Loading