()
| 782 | export const compileForProd = () => compileModulesForProd(); |
| 783 | |
| 784 | export const testUnit = async () => { |
| 785 | await test(['test/unit'], true); |
| 786 | }; |
| 787 | |
| 788 | export const compileAndTestUnit = series(compileForTest, testUnit); |
| 789 |
nothing calls this directly
no test coverage detected
searching dependent graphs…