We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b5766 commit b2e6ab2Copy full SHA for b2e6ab2
1-js/03-code-quality/05-testing-mocha/pow-full.view/test.js
@@ -1,6 +1,6 @@
1
describe("pow", function() {
2
3
- describe("raises x to power n", function() {
+ describe("raises x to power 3", function() {
4
5
function makeTest(x) {
6
let expected = x * x * x;
0 commit comments