angular-cn/public/docs/ts/latest/testing/_data.json

29 lines
657 B
JSON
Raw Normal View History

{
"_listtype": "ordered",
"index": {
"title": "测试概览",
"intro": "Angular 2应用测试的技术与实践"
},
"jasmine-testing-101": {
"title": "Jasmine测试101",
"intro": "用Jasmine测试任何东西的基础知识"
},
"application-under-test": {
"title": "准备测试的应用",
"intro": "我们将要测试的应用概览"
},
"first-app-tests": {
"title": "第一个应用测试",
"intro": "首先测试应用中一个简单的与Angular无关的部分"
},
"testing-an-angular-pipe": {
"title": "测试Angular管道",
"intro": "测试应用中与Angular有关的部分"
}
}