Fix regression in TS plugin: allow reset
prop in error files
#69777
Build #20240917.17 had test failures
Details
- 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
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
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
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
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)