()
| 807 | export const compileAndTestDocs = series(compileForTest, testDocs); |
| 808 | |
| 809 | export const testPerf = async () => { |
| 810 | await test(['test/perf']); |
| 811 | }; |
| 812 | export const compileAndTestPerf = series(compileForTest, testPerf); |
| 813 | |
| 814 | export const compileDocsPagesOnly = () => compileDocsAndAssets(false); |
nothing calls this directly
no test coverage detected
searching dependent graphs…