Update test.js

This commit is contained in:
Mau Di Bert 2018-12-10 10:27:48 -03:00 committed by GitHub
parent 23b5766b82
commit 8311b44581
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;