()
| 801 | export const compileAndTestUnitFast = series(compileForTest, testUnitFast); |
| 802 | |
| 803 | export const testDocs = async () => { |
| 804 | await test(['test/unit/documentation.test.ts'], true); |
| 805 | }; |
| 806 | |
| 807 | export const compileAndTestDocs = series(compileForTest, testDocs); |
| 808 |
nothing calls this directly
no test coverage detected
searching dependent graphs…