Update test.js

This commit is contained in:
LeviDing 2019-12-20 10:17:15 +08:00 committed by GitHub
parent e92bb83e99
commit 9e1ef650c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ describe("pow", function() {
});
it("3 raised to power 3 is 27", function() {
assert.equal(pow(3, 3), 27);
assert.equal(pow(3, 4), 81);
});
});