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
I still able able to see the tracelog left by mocha or chai or chakram.
my config is:
test/mocha.opts with
--timeout 10000
--require mocha-clean
test/users/my_test.js
than i run the tests
mocha test/users
or like this
mocha test/users --require mocha-clean
and still see tracelog like
AssertionError: expected header content-type with value text/html; charset=UTF-8 to match regex /json/
at test/folders/authenticated_user_folders_assertions.js:91:42
at _fulfilled (node_modules/q/q.js:834:54)
at self.promiseDispatch.done (node_modules/q/q.js:863:30)
at Promise.promise.promiseDispatch (node_modules/q/q.js:796:13)
at node_modules/q/q.js:604:44
at runSingle (node_modules/q/q.js:137:13)
at flush (node_modules/q/q.js:125:13)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
The text was updated successfully, but these errors were encountered:
I still able able to see the tracelog left by mocha or chai or chakram.
my config is:
test/mocha.opts with
test/users/my_test.js
than i run the tests
or like this
and still see tracelog like
AssertionError: expected header content-type with value text/html; charset=UTF-8 to match regex /json/ at test/folders/authenticated_user_folders_assertions.js:91:42 at _fulfilled (node_modules/q/q.js:834:54) at self.promiseDispatch.done (node_modules/q/q.js:863:30) at Promise.promise.promiseDispatch (node_modules/q/q.js:796:13) at node_modules/q/q.js:604:44 at runSingle (node_modules/q/q.js:137:13) at flush (node_modules/q/q.js:125:13) at _combinedTickCallback (internal/process/next_tick.js:67:7) at process._tickCallback (internal/process/next_tick.js:98:9)
The text was updated successfully, but these errors were encountered: