Skip to content

Commit b2e6ab2

Browse files
authored
Update test.js
1 parent 23b5766 commit b2e6ab2

File tree

1 file changed

+1
-1
lines changed
  • 1-js/03-code-quality/05-testing-mocha/pow-full.view

1 file changed

+1
-1
lines changed

1-js/03-code-quality/05-testing-mocha/pow-full.view/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe("pow", function() {
22

3-
describe("raises x to power n", function() {
3+
describe("raises x to power 3", function() {
44

55
function makeTest(x) {
66
let expected = x * x * x;

0 commit comments

Comments
 (0)