(value)
| 74 | |
| 75 | // helper function for creating test doubles of execa.sync |
| 76 | function stdout(value) { |
| 77 | return () => ({ |
| 78 | stdout: value, |
| 79 | }); |
| 80 | } |
| 81 | |
| 82 | describe('models/hardware-info.js', function () { |
| 83 | afterEach(function () { |
no outgoing calls
no test coverage detected
searching dependent graphs…