2015-10-14 23:04:58 -07:00
|
|
|
{
|
|
|
|
"_listtype": "ordered",
|
|
|
|
|
|
|
|
"index": {
|
2016-02-05 23:27:06 -08:00
|
|
|
"title": "Testing Overview",
|
2015-10-16 01:06:56 -07:00
|
|
|
"intro": "Techniques and practices for testing an Angular 2 app"
|
2015-10-14 23:04:58 -07:00
|
|
|
},
|
|
|
|
|
|
|
|
"jasmine-testing-101": {
|
2015-10-16 01:06:56 -07:00
|
|
|
"title": "Jasmine Testing 101",
|
|
|
|
"intro": "The basics of testing anything with Jasmine"
|
2015-10-14 23:04:58 -07:00
|
|
|
},
|
|
|
|
|
|
|
|
"application-under-test": {
|
2015-10-16 01:06:56 -07:00
|
|
|
"title": "The Application Under Test",
|
|
|
|
"intro": "A quick look at the application we will test"
|
2015-10-14 23:04:58 -07:00
|
|
|
},
|
|
|
|
|
|
|
|
"first-app-tests": {
|
2015-10-16 01:06:56 -07:00
|
|
|
"title": "First App Tests",
|
|
|
|
"intro": "The first test of a simple, non-Angular part of our app"
|
2015-10-14 23:04:58 -07:00
|
|
|
},
|
|
|
|
|
|
|
|
"testing-an-angular-pipe": {
|
2015-10-16 01:06:56 -07:00
|
|
|
"title": "Testing an Angular Pipe",
|
|
|
|
"intro": "We test an Angular-aware part of our app"
|
2015-10-14 23:04:58 -07:00
|
|
|
}
|
|
|
|
}
|