MCPcopy
hub / github.com/toji/gl-matrix / expected

Function expected

spec/helpers/spec-helper.js:7–9  ·  view source on GitHub ↗
(e, message, a)

Source from the content-addressed store, hash-verified

5global.expect = function(e) {
6
7 function expected(e, message, a) {
8 assert.fail(e, a, `expected ${JSON.stringify(e)} ${message} ${JSON.stringify(a)}`);
9 }
10
11 return {
12 toBe: function(a) {

Callers 1

spec-helper.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…