mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-24 00:41:48 -05:00
12 lines
265 B
JavaScript
12 lines
265 B
JavaScript
// Import angular and angular-mocks to the global scope
|
|
import 'angular';
|
|
import 'angular-mocks';
|
|
|
|
// Import custom Angular module dependencies
|
|
import '../src/i18n';
|
|
import '../lib/services';
|
|
import '../lib/components';
|
|
|
|
// Import tests
|
|
import './panel-body.spec';
|