()
| 788 | export const compileAndTestUnit = series(compileForTest, testUnit); |
| 789 | |
| 790 | export const testBun = () => |
| 791 | execute( |
| 792 | 'bun test ' + |
| 793 | 'test/unit/persisters/database ' + |
| 794 | 'test/unit/core/documentation.test.ts', |
| 795 | ); |
| 796 | |
| 797 | export const testUnitFast = async () => { |
| 798 | await test(['test/unit/core'], true); |
nothing calls this directly
no test coverage detected
searching dependent graphs…