Tests whether the target is divisible by the arg
target
expect(isDivisibleBy(2,2).value).toBeTruthy()
The target string
The divisor
Generated using TypeDoc
Tests whether the
targetis divisible by the argExample