Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression in TS plugin: allow reset prop in error files #69777

Merged
merged 1 commit into from
Sep 17, 2024

Fix regression in TS plugin: allow `reset` prop in error files

9124d2e
Select commit
Loading
Failed to load commit list.
Merged

Fix regression in TS plugin: allow reset prop in error files #69777

Fix regression in TS plugin: allow `reset` prop in error files
9124d2e
Select commit
Loading
Failed to load commit list.
Azure Pipelines / azure next.js succeeded Sep 17, 2024 in 25m 58s

Build #20240917.17 had test failures

Details

Tests

  • Failed: 4 (1.50%, 4 new, 0 recurring)
  • Passed: 249 (93.61%)
  • Other: 13 (4.89%)
  • Total: 266

Annotations

Check failure on line 1 in create-next-app --example › should create with GitHub URL trailing slash

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create with GitHub URL trailing slash

Test failed
Raw output
  ● create-next-app --example › should create with GitHub URL trailing slash

    thrown: "Exceeded timeout of 180000 ms for a test.
    Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

      76 |   })
      77 |
    > 78 |   it('should create with GitHub URL trailing slash', async () => {
         |   ^
      79 |     await useTempDir(async (cwd) => {
      80 |       const projectName = 'github-url-trailing-slash'
      81 |       const res = await run(

      at it (integration/create-next-app/examples.test.ts:78:3)
      at Object.describe (integration/create-next-app/examples.test.ts:12:1)

Check failure on line 1 in create-next-app --example › should create if --example value is default

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create if --example value is default

Test failed
Raw output
  ● create-next-app --example › should create if --example value is default

    thrown: "Exceeded timeout of 180000 ms for a test.
    Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

      213 |   }
      214 |
    > 215 |   it('should create if --example value is default', async () => {
          |   ^
      216 |     await useTempDir(async (cwd) => {
      217 |       const projectName = 'example-default'
      218 |       const res = await run(

      at it (integration/create-next-app/examples.test.ts:215:3)
      at Object.describe (integration/create-next-app/examples.test.ts:12:1)

Check failure on line 1 in create-next-app --example › should create if --example value is default

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create if --example value is default

Test failed
Raw output
  ● create-next-app --example › should create if --example value is default

    thrown: "Exceeded timeout of 180000 ms for a test.
    Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

      213 |   }
      214 |
    > 215 |   it('should create if --example value is default', async () => {
          |   ^
      216 |     await useTempDir(async (cwd) => {
      217 |       const projectName = 'example-default'
      218 |       const res = await run(

      at it (integration/create-next-app/examples.test.ts:215:3)
      at Object.describe (integration/create-next-app/examples.test.ts:12:1)

Check failure on line 1 in create-next-app --example › should create if --example value is default

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create if --example value is default

Test failed
Raw output
  ● create-next-app --example › should create if --example value is default

    thrown: "Exceeded timeout of 180000 ms for a test.
    Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

      213 |   }
      214 |
    > 215 |   it('should create if --example value is default', async () => {
          |   ^
      216 |     await useTempDir(async (cwd) => {
      217 |       const projectName = 'example-default'
      218 |       const res = await run(

      at it (integration/create-next-app/examples.test.ts:215:3)
      at Object.describe (integration/create-next-app/examples.test.ts:12:1)