Update checked-in dependencies
This commit is contained in:
parent
08e5c8d618
commit
5275714183
148 changed files with 4045 additions and 39247 deletions
7
node_modules/@sinonjs/fake-timers/src/fake-timers-src.js
generated
vendored
7
node_modules/@sinonjs/fake-timers/src/fake-timers-src.js
generated
vendored
|
|
@ -447,6 +447,13 @@ function withGlobal(_global) {
|
|||
} else {
|
||||
super(...arguments);
|
||||
}
|
||||
|
||||
// ensures identity checks using the constructor prop still works
|
||||
// this should have no other functional effect
|
||||
Object.defineProperty(this, "constructor", {
|
||||
value: NativeDate,
|
||||
enumerable: false,
|
||||
});
|
||||
}
|
||||
|
||||
static [Symbol.hasInstance](instance) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue