()
| 14 | |
| 15 | // get fresh object for each test |
| 16 | function options () { |
| 17 | decache('../lib/env-options.js') |
| 18 | return require('../lib/env-options') |
| 19 | } |
| 20 | |
| 21 | function testOption (envVar, tmpVal, expect) { |
| 22 | delete process.env[envVar] |
no outgoing calls
no test coverage detected
searching dependent graphs…