(expression)
| 7990 | } |
| 7991 | |
| 7992 | function assert(expression) { |
| 7993 | if (!expression) { |
| 7994 | var arr = slice.call(arguments, 1); |
| 7995 | assert.ok(false, util.format.apply(null, arr)); |
| 7996 | } |
| 7997 | } |
| 7998 | }, |
| 7999 | { assert: 4, util: 9 }, |
| 8000 | ], |
no outgoing calls
no test coverage detected
searching dependent graphs…