-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
When using assert.length, I have the following error:
expresso -s test/test-server.js
uncaught undefined: TypeError: Property 'length' of object function ok(value, message) {
if (!!!value) fail(value, true, message, '==', assert.ok);
} is not a function
at Object._onTimeout (test/test-server.js:31:14)
at Timer.ontimeout (timers.js:84:39)
Property 'length' of object function ok(value, message) {
if (!!!value) fail(value, true, message, '==', assert.ok);
} is not a function
TypeError: Property 'length' of object function ok(value, message) {
if (!!!value) fail(value, true, message, '==', assert.ok);
} is not a function
at Object._onTimeout (test/test-server.js:31:14)
at Timer.ontimeout (timers.js:84:39)...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels