Skip to content

Commit 95020af

Browse files
authored
chore: make filename PascalCase (calculateMean -> CalculateMean) (#51)
1 parent ed53820 commit 95020af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Maths/test/calculateMean.test.ts renamed to Maths/test/CalculateMean.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { calculateMean } from "../calculateMean";
1+
import { calculateMean } from "../CalculateMean";
22

33
describe("Tests for AverageMean", () => {
44
it("should be a function", () => {

0 commit comments

Comments
 (0)