You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)...
The text was updated successfully, but these errors were encountered:
When using assert.length, I have the following error:
The text was updated successfully, but these errors were encountered: