Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 601db7d

Browse files
author
Kamil Kisiela
committed
refactor: add angular dependency to tests
1 parent 2dacfe1 commit 601db7d

12 files changed

+13
-0
lines changed

tests/helpers/ng-model-attrs-manipulator-spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import {
33
}
44
from './../../src/helpers';
55

6+
import angular from 'angular';
7+
68
describe('formlyMaterial - ngModelAttrsManipulator', () => {
79
it('should skip on skipNgModelAttrsManipulator', () => {
810
const tpl = 'test';

tests/runs/theme-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import testUtils from './../test-utils';
2+
import angular from 'angular';
23

34
describe('formlyMaterial - theme manipulator', () => {
45
//

tests/types/checkbox-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import testUtils from './../test-utils';
2+
import angular from 'angular';
23

34
describe('formlyMaterial - checkbox type', () => {
45
//

tests/types/chips-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import testUtils from './../test-utils';
2+
import angular from 'angular';
23

34
describe('formlyMaterial - chips type', () => {
45
//

tests/types/datepicker-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import testUtils from './../test-utils';
2+
import angular from 'angular';
23

34
describe('formlyMaterial - datepicker type', () => {
45
//

tests/types/input-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import testUtils from './../test-utils';
2+
import angular from 'angular';
23

34
describe('formlyMaterial - input type', () => {
45
//

tests/types/radio-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import testUtils from './../test-utils';
2+
import angular from 'angular';
23

34
describe('formlyMaterial - radio type', () => {
45
//

tests/types/select-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import testUtils from './../test-utils';
2+
import angular from 'angular';
23

34
describe('formlyMaterial - select type', () => {
45
//

tests/types/slider-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import testUtils from './../test-utils';
2+
import angular from 'angular';
23

34
describe('formlyMaterial - slider type', () => {
45
//

tests/types/switch-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import testUtils from './../test-utils';
2+
import angular from 'angular';
23

34
describe('formlyMaterial - switch type', () => {
45
//

0 commit comments

Comments
 (0)