docs: remove create-react-app reference for greenfield React app testing
#15285
Annotations
5 errors and 2 warnings
|
run tests using jest-jasmine
Final attempt failed. Child_process exited with error code 1
|
|
run tests using jest-jasmine:
e2e/__tests__/testFailingJasmine.test.ts#L21
expect(received).toMatchSnapshot()
Snapshot name: `throws an error about unsupported modifier 1`
- Snapshot - 2
+ Received + 2
@@ -41,11 +41,11 @@
| ^
14 | expect(10).toBe(10);
15 | });
16 |
- at Function.failing (../../packages/jest-jasmine2/build/index.js:311:17)
+ at concurrentFn.failing (../../packages/jest-jasmine2/build/index.js:311:17)
at Suite.failing (__tests__/worksWithConcurrentMode.test.js:13:17)
at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)
FAIL __tests__/worksWithConcurrentOnlyMode.test.js
● block with concurrent › skipped failing test
@@ -75,11 +75,11 @@
| ^
14 | expect(10).toBe(10);
15 | });
16 |
- at Function.failing (../../packages/jest-jasmine2/build/index.js:311:17)
+ at concurrentFn.failing (../../packages/jest-jasmine2/build/index.js:311:17)
at Suite.failing (__tests__/worksWithConcurrentOnlyMode.test.js:13:22)
at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)
FAIL __tests__/worksWithOnlyMode.test.js
● block with only, should pass › encountered a declaration exception
at Object.toMatchSnapshot (e2e/__tests__/testFailingJasmine.test.ts:21:16)
|
|
run tests using jest-jasmine:
e2e/__tests__/workerForceExit.test.ts#L53
: Timeout - Async callback was not invoked within the 15000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 15000 ms timeout specified by jest.setTimeout.Error:
at new Spec (packages/jest-jasmine2/build/jasmine/jasmineLight.js:1269:22)
at Object.test (e2e/__tests__/workerForceExit.test.ts:53:1)
|
|
run tests using jest-jasmine:
e2e/__tests__/testFailingJasmine.test.ts#L21
expect(received).toMatchSnapshot()
Snapshot name: `throws an error about unsupported modifier 1`
- Snapshot - 2
+ Received + 2
@@ -41,11 +41,11 @@
| ^
14 | expect(10).toBe(10);
15 | });
16 |
- at Function.failing (../../packages/jest-jasmine2/build/index.js:311:17)
+ at concurrentFn.failing (../../packages/jest-jasmine2/build/index.js:311:17)
at Suite.failing (__tests__/worksWithConcurrentMode.test.js:13:17)
at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)
FAIL __tests__/worksWithConcurrentOnlyMode.test.js
● block with concurrent › skipped failing test
@@ -75,11 +75,11 @@
| ^
14 | expect(10).toBe(10);
15 | });
16 |
- at Function.failing (../../packages/jest-jasmine2/build/index.js:311:17)
+ at concurrentFn.failing (../../packages/jest-jasmine2/build/index.js:311:17)
at Suite.failing (__tests__/worksWithConcurrentOnlyMode.test.js:13:22)
at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)
FAIL __tests__/worksWithOnlyMode.test.js
● block with only, should pass › encountered a declaration exception
at Object.toMatchSnapshot (e2e/__tests__/testFailingJasmine.test.ts:21:16)
|
|
run tests using jest-jasmine:
e2e/__tests__/testFailingJasmine.test.ts#L21
expect(received).toMatchSnapshot()
Snapshot name: `throws an error about unsupported modifier 1`
- Snapshot - 2
+ Received + 2
@@ -41,11 +41,11 @@
| ^
14 | expect(10).toBe(10);
15 | });
16 |
- at Function.failing (../../packages/jest-jasmine2/build/index.js:311:17)
+ at concurrentFn.failing (../../packages/jest-jasmine2/build/index.js:311:17)
at Suite.failing (__tests__/worksWithConcurrentMode.test.js:13:17)
at Object.describe (__tests__/worksWithConcurrentMode.test.js:8:1)
FAIL __tests__/worksWithConcurrentOnlyMode.test.js
● block with concurrent › skipped failing test
@@ -75,11 +75,11 @@
| ^
14 | expect(10).toBe(10);
15 | });
16 |
- at Function.failing (../../packages/jest-jasmine2/build/index.js:311:17)
+ at concurrentFn.failing (../../packages/jest-jasmine2/build/index.js:311:17)
at Suite.failing (__tests__/worksWithConcurrentOnlyMode.test.js:13:22)
at Object.describe (__tests__/worksWithConcurrentOnlyMode.test.js:8:1)
FAIL __tests__/worksWithOnlyMode.test.js
● block with only, should pass › encountered a declaration exception
at Object.toMatchSnapshot (e2e/__tests__/testFailingJasmine.test.ts:21:16)
|
|
run tests using jest-jasmine
Attempt 2 failed. Reason: Child_process exited with error code 1
|
|
run tests using jest-jasmine
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading