MCPcopy Create free account
hub / github.com/TheAlgorithms/JavaScript / AverageMean.test.js

File AverageMean.test.js

Maths/test/AverageMean.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mean } from '../AverageMean'
2
3describe('Tests for average mean', () => {
4 it('should be a function', () => {

Callers

nothing calls this directly

Calls 1

meanFunction · 0.90

Tested by

no test coverage detected