29 lines
720 B
JSON
Raw Normal View History

{
"_listtype": "ordered",
"index": {
"title": "测试概览",
2016-05-30 16:39:21 +08:00
"intro": "测试Angular 2应用的技术与实践"
},
"jasmine-testing-101": {
2016-05-30 19:23:17 +08:00
"title": "Jasmine测试101(译注:国外大学中最基础的课号通常是101)",
2016-05-30 16:39:21 +08:00
"intro": "用Jasmine测试任何东西时所需的基础知识"
},
"application-under-test": {
2016-05-30 16:39:21 +08:00
"title": "待测试的应用",
"intro": "我们将要测试的应用概览"
},
"first-app-tests": {
2016-05-30 16:39:21 +08:00
"title": "应用的第一个测试",
"intro": "首先测试应用中一个简单的、与Angular无关的部分"
},
"testing-an-angular-pipe": {
"title": "测试Angular管道",
"intro": "测试应用中与Angular有关的部分"
}
}