Merge pull request #668 from maurodibert/patch-3

Update test.js
This commit is contained in:
Ilya Kantor 2018-12-15 19:07:35 +03:00 committed by GitHub
commit 2ad2c2ba6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
describe("pow", function() { describe("pow", function() {
describe("raises x to power n", function() { describe("raises x to power 3", function() {
function makeTest(x) { function makeTest(x) {
let expected = x * x * x; let expected = x * x * x;