| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { CssFunction, CssSpace, faker } from '../../src'; |
| 3 | import { seededTests } from '../support/seeded-runs'; |
| 4 | import { times } from '../support/times'; |
nothing calls this directly
no test coverage detected