mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
Merge branch 'stdlib-types' into platform
# Conflicts: # packages/stdlib/package.json # packages/stdlib/src/math/basic/remap/index.ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { describe, it, expect, beforeEach, vi } from 'vitest';
|
||||
import { PubSub } from './index';
|
||||
|
||||
describe('PubSub', () => {
|
||||
describe('pubsub', () => {
|
||||
let eventBus: PubSub<{
|
||||
event1: (arg: string) => void;
|
||||
event2: () => void
|
||||
|
||||
Reference in New Issue
Block a user