Skip to content

Commit 3a8fb11

Browse files
test(view): update test to typescript
1 parent bee72c6 commit 3a8fb11

File tree

2 files changed

+70
-64
lines changed

2 files changed

+70
-64
lines changed

test/util/matchers.types.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ declare namespace jasmine {
33
toEqualData(expected: any, expectationFailOutput?: any): boolean;
44
toEqualValues(expected: any, expectationFailOutput?: any): boolean;
55
toBeResolved(): boolean;
6+
toHaveClass(expected: string): boolean;
67
}
78
}

0 commit comments

Comments
 (0)