Skip to content

Commit

Permalink
Update carbon-dating test (AlreadyBored#37)
Browse files Browse the repository at this point in the history
* fix: replace strange 2 dots test to equal effect test

* fix: add 2 alternative tests for different coefficient calculation

* fix: fix incorrect behavior when task isnt solved

* docs: update carbon-dating description

* docs: update what-season description

* docs: update hanoi-tower description

* fix: fix vigenere-cipher tests

* docs: add examples to tasks descriptions

* docs: update translation & fix typos in README

* feat: add additional replacing tests
  • Loading branch information
AlreadyBored authored Sep 17, 2020
1 parent 5bbb75b commit f98a58a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/carbon-dating.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ describe('Carbon dating', () => {
assert.equal(dateSample('ACTIVITY OVER 9000'), false);
assert.equal(dateSample('one'), false);
assert.equal(dateSample(''), false);
assert.equal(dateSample(' '), false);
assert.equal(dateSample(' \n\t\r'), false);
});
});

Expand Down

0 comments on commit f98a58a

Please sign in to comment.