mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
10 lines
201 B
JavaScript
10 lines
201 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';
|
|
|