A program to simulate twitter and outputs user interaction feed to the terminal
git clone https://github.com/joesome-git/twitter-simulator.git
yarn install
yarn run start
Alan
@Alan: If you have a procedure with 10 parameters, you probably missed some.
@Alan: Random numbers should not be generated with a method chosen at random.
Martin
Ward
@Alan: If you have a procedure with 10 parameters, you probably missed some.
@Ward: There are only two hard things in Computer Science: cache invalidation, naming things and off-by-1 errors.
@Alan: Random numbers should not be generated with a method chosen at random.
yarn run tests
yarn run v1.22.19
$ jest
PASS tests/tweet.test.js
PASS tests/sort.test.js
Test Suites: 2 passed, 2 total
Tests: 5 passed, 5 total
Snapshots: 0 total
Time: 0.438 s, estimated 1 s
Ran all test suites.
✨ Done in 2.21s.