()
| 690 | |
| 691 | it('should chain loadjs object', function (done) { |
| 692 | function bothDone() { |
| 693 | if (pathsLoaded['file1.js'] && pathsLoaded['file2.js']) done(); |
| 694 | } |
| 695 | |
| 696 | // define bundles |
| 697 | loadjs('assets/file1.js', 'bundle1'); |
no outgoing calls
no test coverage detected
searching dependent graphs…