UNPKG

@code-o-mat/globals

Version:

Abstract Package to support CodeOMat series of apps.

12 lines (9 loc) 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.testOMat = void 0; var testOMat = function testOMat(expect, oMat) { expect(oMat.TYPE).to.equal(O_MAT); }; exports.testOMat = testOMat;