()
| 20 | // ============================================================================= |
| 21 | |
| 22 | function testFunctionExists() { |
| 23 | assert.strictEqual(typeof fromWritable, 'function'); |
| 24 | } |
| 25 | |
| 26 | // ============================================================================= |
| 27 | // Default policy is strict |
no outgoing calls
no test coverage detected
searching dependent graphs…