commit
0113e5aa1a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue