Skip to content

chore(deps): update dependency vitest to v1 #811

chore(deps): update dependency vitest to v1

chore(deps): update dependency vitest to v1 #811

Triggered via pull request May 3, 2024 17:06
Status Failure
Total duration 27s
Artifacts

ci.yml

on: pull_request
Matrix: test
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test (16)
The 'pnpm store path --silent' command failed with exit code: 1
test (20)
The job was canceled because "_16" failed.
test (20)
The operation was canceled.
test (18)
The job was canceled because "_16" failed.
test/index.test.ts > rollup: test/index.test.ts#L25
Error: Snapshot `rollup 1` mismatched - Expected + Received "'use strict'; - var foo = \"foo\"; + var foo = "foo"; exports.foo = foo; " ❯ test/index.test.ts:25:5
test/index.test.ts > minify: test/index.test.ts#L91
Error: Snapshot `minify 1` mismatched - Expected + Received - "\"use strict\";function _class_call_check(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError(\"Cannot call a class as a function\")}}function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true})}else{obj[key]=value}return obj}var Foo=function Foo(){_class_call_check(this,Foo);_define_property(this,\"a\",void 0);this.a=1};exports.Foo=Foo; + ""use strict";function _class_call_check(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true})}else{obj[key]=value}return obj}var Foo=function Foo(){_class_call_check(this,Foo);_define_property(this,"a",void 0);this.a=1};exports.Foo=Foo; " ❯ test/index.test.ts:91:16
test (18)
The operation was canceled.