quake2ts 0.0.691 → 0.0.693
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1256,7 +1256,9 @@ function createMockGameExports(overrides) {
|
|
|
1256
1256
|
onMapUnload: import_vitest5.vi.fn(),
|
|
1257
1257
|
onPlayerSpawn: import_vitest5.vi.fn(),
|
|
1258
1258
|
onPlayerDeath: import_vitest5.vi.fn(),
|
|
1259
|
-
register: import_vitest5.vi.fn()
|
|
1259
|
+
register: import_vitest5.vi.fn(),
|
|
1260
|
+
onPickup: import_vitest5.vi.fn()
|
|
1261
|
+
// Added onPickup mock
|
|
1260
1262
|
},
|
|
1261
1263
|
setSpectator: import_vitest5.vi.fn(),
|
|
1262
1264
|
registerEntitySpawn: import_vitest5.vi.fn(),
|