UNPKG
@code-o-mat/globals
Version:
latest (0.0.17)
0.0.17
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.1
Abstract Package to support CodeOMat series of apps.
@code-o-mat/globals
/
src
/
test-functions
/
o-mat-tests.js
5 lines
(3 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
export
const
testOMat
= (
expect, oMat
) => {
expect
(oMat.
TYPE
).
to
.
equal
(
O_MAT
); }