Skip to content

Commit

Permalink
refactor: updated test block name
Browse files Browse the repository at this point in the history
  • Loading branch information
adekunleoduye committed Aug 26, 2021
1 parent 0084b54 commit 8fb1464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squareRoot.test.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 8fb1464

Please sign in to comment.