We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed53820 commit 95020afCopy full SHA for 95020af
Maths/calculateMean.ts renamed to Maths/CalculateMean.ts
Maths/test/calculateMean.test.ts renamed to Maths/test/CalculateMean.test.ts
@@ -1,4 +1,4 @@
1
-import { calculateMean } from "../calculateMean";
+import { calculateMean } from "../CalculateMean";
2
3
describe("Tests for AverageMean", () => {
4
it("should be a function", () => {
0 commit comments