Update npm dependencies (especially @wordpress
)
#9939
js.yml
on: pull_request
JS Linting
1m 41s
TypeScript Checking
1m 18s
JS Testing
1m 59s
Annotations
6 errors
TypeScript Checking
Process completed with exit code 2.
|
JS Linting
Process completed with exit code 2.
|
JS Testing:
assets/admin/students/student-modal/index.test.js#L347
Error: expect(received).toHaveLength(expected)
Expected length: 2
Received length: 1
Received array: [<div class="components-notice__content">Unable to add student. Please try again.<div class="components-notice__actions" /></div>]
at Object.toHaveLength (/home/runner/work/***/***/assets/admin/students/student-modal/index.test.js:347:7)
|
JS Testing:
assets/admin/students/student-modal/index.test.js#L447
Error: expect(received).toHaveLength(expected)
Expected length: 2
Received length: 1
Received array: [<div class="components-notice__content">Unable to add students. Please try again.<div class="components-notice__actions" /></div>]
at Object.toHaveLength (/home/runner/work/***/***/assets/admin/students/student-modal/index.test.js:447:7)
|
JS Testing:
assets/admin/students/student-modal/index.test.js#L468
Error: expect(received).toHaveLength(expected)
Expected length: 2
Received length: 1
Received array: [<div class="components-notice__content">Unable to remove students. Please try again.<div class="components-notice__actions" /></div>]
at Object.toHaveLength (/home/runner/work/***/***/assets/admin/students/student-modal/index.test.js:468:7)
|
JS Testing
Process completed with exit code 1.
|