You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ The following examples are provided to help get started writing tests for your A
6
6
*[Defect CRUD](crud) - Demonstrates writing tests for an app which performs a full Create/Read/Update/Delete lifecycle of a defect.
7
7
Includes mocking WSAPI ajax calls (both success and error conditions), the helper functions `pit` and `onceCalled`, and writing
8
8
jasmine expectations.
9
-
*[Blocked Defects By IterationGrid](grid) - Demonstrates writing tests for an app which renders a grid of blocked defects. Includes mocking WSAPI ajax calls,
9
+
*[Blocked Defects By Iteration Grid](grid) - Demonstrates writing tests for an app which renders a grid of blocked defects. Includes mocking WSAPI ajax calls,
10
10
working with custom context and timebox scope, the helper functions `pit` and `onceFired`, and writing jasmine expectations
0 commit comments