Filename | Percent | Threshold | Total | Covered | Uncovered |
---|---|---|---|---|---|
src/utils/browserRaphael.ts | 100.00% | 95% | 6 | 6 | 0 |
xxxxxxxxxx
import { RaphaelStatic } from "raphael"
const Raphael: RaphaelStatic =
typeof window === "undefined" ? null : require("raphael")
export default Raphael