This commit is contained in:
Ilya Kantor 2017-03-24 17:28:37 +03:00
parent c9401b3104
commit 0fcf9f84fa
58 changed files with 673 additions and 643 deletions

View file

@ -21,4 +21,4 @@ it("Raises x to the power n", function() {
});
```
P.S. Syntactically it's correct and passes.
P.S. Syntactically the test is correct and passes.