mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-26 23:21:18 +08:00
fix: fix playground part translate error (#587)
Co-authored-by: linkun.he <helinkun@ithinkdt.com>
This commit is contained in:
parent
ea8234b49b
commit
bbe0462b1c
@ -228,7 +228,7 @@ npm test -- 'LinkedList'
|
||||
|
||||
你可以在 `./src/playground/playground.js` 文件中操作数据结构与算法,并在 `./src/playground/__test__/playground.test.js` 中编写测试。
|
||||
|
||||
然后,只需运行以下命令来测试你的 Playground 是否按无误:
|
||||
然后,只需运行以下命令来测试你的 Playground 是否无误:
|
||||
|
||||
```
|
||||
npm test -- 'playground'
|
||||
|
Loading…
Reference in New Issue
Block a user