kialam 746a154f2b
Address missing job events.
- Fix off by one error.
- Add unit tests for Stream Service.
2018-11-30 11:23:15 -05:00

12 lines
302 B
JavaScript

// Import angular and angular-mocks to the global scope
import 'angular-mocks';
// Import tests
import './file.unit';
import './layout.unit';
import './side-nav.unit';
import './side-nav-item.unit';
import './jobs-list-split-jobs.unit';
import './job-details-split-jobs.unit';
import './stream.unit';