fix: fix playground part translate error (#587)

Co-authored-by: linkun.he <helinkun@ithinkdt.com>
This commit is contained in:
deepthan 2020-12-11 00:41:22 +08:00 committed by GitHub
parent ea8234b49b
commit bbe0462b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@ npm test -- 'LinkedList'
你可以在 `./src/playground/playground.js` 文件中操作数据结构与算法,并在 `./src/playground/__test__/playground.test.js` 中编写测试。 你可以在 `./src/playground/playground.js` 文件中操作数据结构与算法,并在 `./src/playground/__test__/playground.test.js` 中编写测试。
然后,只需运行以下命令来测试你的 Playground 是否无误: 然后,只需运行以下命令来测试你的 Playground 是否无误:
``` ```
npm test -- 'playground' npm test -- 'playground'