| 1 | import { beNever, describe, equal, expect, it, error as triggerError } from "typroof"; |
| 2 | |
| 3 | import { dependency, effect, effected, error } from "../src"; |
| 4 | import { Effected } from "../src/effected"; |
nothing calls this directly
no test coverage detected