fix(deps): update all non-major dependencies #1161
Annotations
3 errors
|
Build and Test:
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",undefined);this.a=1};exports.Foo=Foo;
"
❯ test/index.test.ts:91:16
|
Build and Test
Process completed with exit code 1.
|
Loading