任务 0:练功前的热身
最后更新于
git clone https://github.com/JimmyLv/tdd-fizzbuzz.git
cd tdd-fizzbuzz
yarn install #安装依赖
yarn test #运行测试
------
PASS src/dojo/fizzBuzz.test.js
Test FizzBuzz
✓ should return 2 given 1 + 1 (1ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 0.478s, estimated 1s
Ran all test suites related to changed files.
Watch Usage: Press w to show more.