Merge pull request #669 from maurodibert/patch-4

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

View file

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