File tree 9 files changed +15
-15
lines changed
9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
___
2
2
** 备注**
3
3
4
- 这是[ code-of-coduct.md] ( https://github.com/sindresorhus/ava/blob/master/code-of-coduct.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/master ...zhaozhiming: master ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` code-of-coduct.md ` 发生变化,那就意味着这份翻译文档是最新的)。
4
+ 这是[ code-of-coduct.md] ( https://github.com/sindresorhus/ava/blob/master/code-of-coduct.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/89767ec3b6174e59d37faaadb50cfa3c0d58bda6 ...master#diff-d3030a18b089fdb1fbfabf6e75e4aef0 ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` code-of-coduct.md ` 发生变化,那就意味着这份翻译文档是最新的)。
5
5
___
6
6
7
7
# 贡献者的行为准则
Original file line number Diff line number Diff line change 1
1
___
2
2
** 备注**
3
3
4
- 这是[ contributing.md] ( https://github.com/sindresorhus/ava/blob/master/contributing.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/master ...zhaozhiming: master ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` contributing.md ` 发生变化,那就意味着这份翻译文档是最新的)。
4
+ 这是[ contributing.md] ( https://github.com/sindresorhus/ava/blob/master/contributing.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/89767ec3b6174e59d37faaadb50cfa3c0d58bda6 ...master#diff-cc4aac3e9be04e0413c9520f223b493c ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` contributing.md ` 发生变化,那就意味着这份翻译文档是最新的)。
5
5
___
6
6
# 向AVA 贡献
7
7
Original file line number Diff line number Diff line change 1
1
___
2
2
** 备注**
3
3
4
- 这是[ browser-testing.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/browser-testing.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/master ...zhaozhiming: master ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` browser-testing.md ` 发生变化,那就意味着这份翻译文档是最新的)。
4
+ 这是[ browser-testing.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/browser-testing.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/8e2f3dca177a4283ad882596d3c1425cabb998ef ...master#diff-9d3d394077fa7f97cbbb0fefc098ac60 ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` browser-testing.md ` 发生变化,那就意味着这份翻译文档是最新的)。
5
5
___
6
6
7
7
# 设置AVA 做浏览器测试
Original file line number Diff line number Diff line change 1
1
___
2
2
** 备注**
3
3
4
- 这是[ code-coverage.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/code-coverage.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/master ...zhaozhiming: master ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` code-coverage.md ` 发生变化,那就意味着这份翻译文档是最新的)。
4
+ 这是[ code-coverage.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/code-coverage.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/1868204c1901f45b4f66a520ef6486fdd71fe1d2 ...master#diff-b3aa0c81a407f54f636a1cf5a619a4a6 ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` code-coverage.md ` 发生变化,那就意味着这份翻译文档是最新的)。
5
5
___
6
6
7
7
# 代码覆盖率
@@ -183,6 +183,6 @@ after_success:
183
183
[coveralls.io] : https://coveralls.io
184
184
[`coveralls`] : https://github.com/nickmerwin/node-coveralls
185
185
[`cross-env`] : https://github.com/kentcdodds/cross-env
186
- [process-isolation] : ../.. /readme.md#隔离进程
186
+ [process-isolation] : https://github.com/sindresorhus/ava-docs/blob/master/zh_CN /readme.md#隔离进程
187
187
[`istanbul`] : https://github.com/gotwarlost/istanbul
188
188
[`nyc`] : https://github.com/bcoe/nyc
Original file line number Diff line number Diff line change 1
1
___
2
2
** 备注**
3
3
4
- 这是[ endpoint-testing.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/endpoint-testing.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/master ...zhaozhiming: master ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` endpoint-testing.md ` 发生变化,那就意味着这份翻译文档是最新的)。
4
+ 这是[ endpoint-testing.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/endpoint-testing.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/89767ec3b6174e59d37faaadb50cfa3c0d58bda6 ...master#diff-aee54ab6a703c02779edb3ebbb35e96f ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` endpoint-testing.md ` 发生变化,那就意味着这份翻译文档是最新的)。
5
5
___
6
6
7
7
# 端点测试
Original file line number Diff line number Diff line change 1
1
___
2
2
** 备注**
3
3
4
- 这是[ typescript.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/typescript.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/master ...zhaozhiming: master ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` typescript.md ` 发生变化,那就意味着这份翻译文档是最新的)。
4
+ 这是[ typescript.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/typescript.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/8e2f3dca177a4283ad882596d3c1425cabb998ef ...master#diff-60cce07a584082115d230f2e3d571ad6 ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` typescript.md ` 发生变化,那就意味着这份翻译文档是最新的)。
5
5
___
6
6
7
7
# TypeScript
Original file line number Diff line number Diff line change 1
1
___
2
2
** 备注**
3
3
4
- 这是[ watch-mode.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/watch-mode.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/master ...zhaozhiming: master ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` watch-mode.md ` 发生变化,那就意味着这份翻译文档是最新的)。
4
+ 这是[ watch-mode.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/watch-mode.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/82c02bce80696547db0387dec243ddb470c8bce7 ...master#diff-92da4f3d087d796fdf4a45be88586b62 ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` watch-mode.md ` 发生变化,那就意味着这份翻译文档是最新的)。
5
5
___
6
6
7
7
# 观察模式
@@ -101,5 +101,5 @@ $ npm test -- --watch
101
101
102
102
[ `chokidar` ] : https://github.com/paulmillr/chokidar
103
103
[ `ignore-by-default` ] : https://github.com/novemberborn/ignore-by-default
104
- [ `--require` CLI 标志 ] : ../.. /readme.md#cli
105
- [ `--source` CLI 标志 ] : ../.. /readme.md#cli
104
+ [ `--require` CLI 标志 ] : https://github.com/sindresorhus/ava-docs/blob/master/zh_CN /readme.md#cli
105
+ [ `--source` CLI 标志 ] : https://github.com/sindresorhus/ava-docs/blob/master/zh_CN /readme.md#cli
Original file line number Diff line number Diff line change 1
1
___
2
2
** 备注**
3
3
4
- 这是[ when-to-use-plan.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/when-to-use-plan.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/master ...zhaozhiming: master ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` when-to-use-plan.md ` 发生变化,那就意味着这份翻译文档是最新的)。
4
+ 这是[ when-to-use-plan.md] ( https://github.com/sindresorhus/ava/blob/master/docs/recipes/when-to-use-plan.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/89767ec3b6174e59d37faaadb50cfa3c0d58bda6 ...master#diff-0c25d982e94d600cb6b8e438a0e67169 ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` when-to-use-plan.md ` 发生变化,那就意味着这份翻译文档是最新的)。
5
5
___
6
6
7
7
# 什么时候使用` t.plan() `
Original file line number Diff line number Diff line change 1
1
___
2
2
** 备注**
3
3
4
- 这是[ readme.md] ( https://github.com/sindresorhus/ava/blob/master/readme.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/master ...zhaozhiming: master ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` readme.md ` 发生变化,那就意味着这份翻译文档是最新的)。
4
+ 这是[ readme.md] ( https://github.com/sindresorhus/ava/blob/master/readme.md ) 的简体中文翻译。这个[ 链接] ( https://github.com/sindresorhus/ava/compare/67bf0472133041f59ef469f737b696de05ae316b ...master#diff-0730bb7c2e8f9ea2438b52e419dd86c9 ) 用来查看本翻译与AVA 的master 分支是否有差别(如果你没有看到` readme.md ` 发生变化,那就意味着这份翻译文档是最新的)。
5
5
___
6
6
7
7
# ![ AVA] ( https://github.com/sindresorhus/ava/blob/master/media/header.png )
@@ -130,7 +130,7 @@ $ npm test
130
130
$ npm test -- --watch
131
131
```
132
132
133
- AVA 来自一个非常聪明的观察模式。[ 可以在它的秘方中查看详情] ( https://github.com/sindresorhus/ava/blob/master/ docs/recipes/watch-mode.md) 。
133
+ AVA 来自一个非常聪明的观察模式。[ 可以在它的秘方中查看详情] ( docs/recipes/watch-mode.md ) 。
134
134
135
135
## CLI
136
136
@@ -616,7 +616,7 @@ test(t => {
616
616
617
617
### 支持Generator
618
618
619
- AVA 自带对[ generator 函数] ( https://developer.mozilla.org/en-US /docs/Web/JavaScript/Reference/Statements/function* ) 的内置支持。
619
+ AVA 自带对[ generator 函数] ( https://developer.mozilla.org/zh-CN /docs/Web/JavaScript/Reference/Statements/function* ) 的内置支持。
620
620
621
621
``` js
622
622
test (function * (t ) {
@@ -895,7 +895,7 @@ AVA,不是Ava,也不是ava,发音[`/ˈeɪvə/` ay-və](https://github.com/
895
895
896
896
### 项目背景图片是什么意思?
897
897
898
- 它是[ 处女座星系] ( https://simple .wikipedia.org/wiki/Andromeda_galaxy ) 。
898
+ 它是[ 处女座星系] ( https://zh .wikipedia.org/wiki/%E4%BB%99%E5%A5%B3%E5%BA%A7%E6%98%9F%E7%B3%BB ) 。
899
899
900
900
### 并发和并行有什么不同?
901
901
You can’t perform that action at this time.
0 commit comments