@sprucelabs/spruce-test-fixtures 61.1.9 → 61.1.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const eventFaker_1 = __importDefault(require("./eventFaker"));
7
- /**
8
- * @deprecated Name change: eventMocker -> eventFaker
9
- */
10
- const eventMocker = eventFaker_1.default;
11
- exports.default = eventMocker;