Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/ Abs.test.js
File
Abs.test.js
Maths/test/Abs.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ abs } from
'../Abs'
2
3
describe(
'Testing abs function'
, () => {
4
it(
'Testing for invalid types'
, () => {
Callers
nothing calls this directly
Calls
1
abs
Function · 0.90
Tested by
no test coverage detected