Update package-lock.json #249
Annotations
4 errors and 1 warning
tests-examples/demo-todo-app.spec.ts:
tests-examples/demo-todo-app.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/test/lib/common/testType.js:70:13
❯ TestTypeImpl._hook node_modules/@playwright/test/lib/common/testType.js:112:24
❯ Function.beforeEach node_modules/@playwright/test/lib/common/transform.js:226:12
❯ tests-examples/demo-todo-app.spec.ts:3:28
|
src/editor/codemirror/edits.test.ts > edits > ignores indent hint when appending to while true:
src/editor/codemirror/edits.test.ts#L47
AssertionError: expected 'while True:\n print(\'a\')\nprint(…' to deeply equal 'while True:\n print(\'a\')\n pr…'
- Expected
+ Received
while True:
print('a')
- print('b')
+ print('b')
❯ check src/editor/codemirror/edits.test.ts:47:20
❯ src/editor/codemirror/edits.test.ts:462:5
|
build
Process completed with exit code 1.
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
reports
Expired
|
0 Bytes |
|