diff --git a/squareRoot.test.js b/squareRoot.test.js index c03f5c1..1af0c12 100644 --- a/squareRoot.test.js +++ b/squareRoot.test.js @@ -1,6 +1,6 @@ import squareRoot from './squareRoot.js' -describe('Squareroot', () => { +describe('SquareRoot', () => { it("Should output number's square", () => { const actual = squareRoot(3); const expected = 9;