mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 22:16:00 -03:30
7 lines
177 B
JavaScript
7 lines
177 B
JavaScript
// Import angular and angular-mocks to the global scope
|
|
import 'angular-mocks';
|
|
|
|
// Import tests
|
|
import './layout.spec';
|
|
import './side-nav.spec';
|
|
import './side-nav-item.spec'; |