Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ mean } from
'../AverageMean'
2
3
describe(
'Tests for average mean'
, () => {
4
it(
'should be a function'
, () => {
Callers
nothing calls this directly
Calls
1
mean
Function · 0.90
Tested by
no test coverage detected