mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-15 20:41:49 -05:00
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';
|
|
|