@vitest/spy
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -96,3 +96,3 @@ import * as tinyspy from 'tinyspy'; | ||
stub.mockClear(); | ||
implementation = void 0; | ||
implementation = undefined; | ||
onceImplementations = []; | ||
@@ -99,0 +99,0 @@ return stub; |
{ | ||
"name": "@vitest/spy", | ||
"type": "module", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Lightweight Jest compatible spy implementation", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
22164