mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 15:24:42 -03:30
12 lines
302 B
JavaScript
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';
|