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

Commit 9fab17a

Browse files
author
Kamil Kisiela
committed
style: checkbox tests
1 parent 8bacd6c commit 9fab17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/types/checkbox-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ describe("formlyMaterial - checkbox type", () => {
88
let $rootScope;
99
let $scope;
1010
let element;
11+
1112
//
1213
// helpers
1314
//
@@ -55,7 +56,6 @@ describe("formlyMaterial - checkbox type", () => {
5556
});
5657

5758
it("should have label", () => {
58-
console.log(angular.element(element));
5959
expect(element.innerText).toContain("test field");
6060
});
6161

0 commit comments

Comments
 (0)