()
| 795 | ); |
| 796 | |
| 797 | export const testUnitFast = async () => { |
| 798 | await test(['test/unit/core'], true); |
| 799 | }; |
| 800 | |
| 801 | export const compileAndTestUnitFast = series(compileForTest, testUnitFast); |
| 802 |
nothing calls this directly
no test coverage detected
searching dependent graphs…