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