UNPKG
@juici/math
Version:
latest (0.1.0)
0.1.0
A mathematics utility library
Juici/math.js
@juici/math
/
src
/
__tests__
/
ParseDecimalError.test.ts
6 lines
(4 loc)
•
159 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
ParseDecimalError
}
from
"../errors"
;
test
(
"error name"
,
() =>
{
expect
(
new
ParseDecimalError
()).
toMatchInlineSnapshot
(
`[ParseDecimalError]`
); });