()
| 145 | resetRootTutorial(); |
| 146 | |
| 147 | function loadBomTutorials() { |
| 148 | resolver.load(`${env.dirname}/test/tutorials/bom`); |
| 149 | } |
| 150 | |
| 151 | expect(loadBomTutorials).not.toThrow(); |
| 152 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…