Skip to content

build(deps): bump esbuild, @vitejs/plugin-vue, vite and vitest #65

build(deps): bump esbuild, @vitejs/plugin-vue, vite and vitest

build(deps): bump esbuild, @vitejs/plugin-vue, vite and vitest #65

Triggered via pull request March 4, 2025 00:22
Status Failure
Total duration 34s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
src/utils/checkTemplate.spec.ts > parse invalid template with an error if the value is not in data: src/utils/checkTemplate.spec.ts#L160
Error: Snapshot `parse invalid template with an error if the value is not in data 1` mismatched Expected: ""Variable \"today\" is not defined."" Received: "[Error: Variable "today" is not defined.]" ❯ src/utils/checkTemplate.spec.ts:160:5
src/utils/checkTemplate.spec.ts > parse template interpolation and detect lonely undefined variables: src/utils/checkTemplate.spec.ts#L170
Error: Snapshot `parse template interpolation and detect lonely undefined variables 1` mismatched Expected: ""Variable \"hello\" is not defined."" Received: "[Error: Variable "hello" is not defined.]" ❯ src/utils/checkTemplate.spec.ts:170:5
src/utils/checkTemplate.spec.ts > parse template interpolation and detect impacted undefined variables: src/utils/checkTemplate.spec.ts#L180
Error: Snapshot `parse template interpolation and detect impacted undefined variables 1` mismatched Expected: ""Variable \"hello\" is not defined."" Received: "[Error: Variable "hello" is not defined.]" ❯ src/utils/checkTemplate.spec.ts:180:5
src/utils/checkTemplate.spec.ts > parse template interpolation and detect impacted right variables: src/utils/checkTemplate.spec.ts#L191
Error: Snapshot `parse template interpolation and detect impacted right variables 1` mismatched Expected: ""Variable \"hello\" is not defined."" Received: "[Error: Variable "hello" is not defined.]" ❯ src/utils/checkTemplate.spec.ts:191:5
src/utils/checkTemplate.spec.ts > parse invalid : template by throwing an error: src/utils/checkTemplate.spec.ts#L201
Error: Snapshot `parse invalid : template by throwing an error 1` mismatched Expected: ""Assigning to rvalue (1:21)"" Received: "[Error: Assigning to rvalue (1:21)]" ❯ src/utils/checkTemplate.spec.ts:201:5
src/utils/checkTemplate.spec.ts > parse invalid @ template by throwing an error: src/utils/checkTemplate.spec.ts#L209
Error: Snapshot `parse invalid @ template by throwing an error 1` mismatched Expected: ""Assigning to rvalue (1:21)"" Received: "[Error: Assigning to rvalue (1:21)]" ❯ src/utils/checkTemplate.spec.ts:209:5
src/utils/checkTemplate.spec.ts > parse expression using multiple lines to throw: src/utils/checkTemplate.spec.ts#L228
Error: Snapshot `parse expression using multiple lines to throw 1` mismatched Expected: ""Variable \"hello\" is not defined."" Received: "[Error: Variable "hello" is not defined.]" ❯ src/utils/checkTemplate.spec.ts:228:5
test
Process completed with exit code 1.