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
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Throws the same error that it has thrown:
```
not ok 3 - "modeSwitchCapturesLogs" - test #3 in `lib/log.test.js`
---
message: assert._capt is not a function
stacktrace: TypeError: assert._capt is not a function
at [object Object].module.exports.modeSwitchCapturesLogs (lib/log.test.js:26:18)
at /Users/justin/code/testdouble/scripty/node_modules/teenytest/lib/user-function-async-wrapper-factory.js:10:22
at /Users/justin/code/testdouble/scripty/node_modules/teenytest/node_modules/async/lib/async.js:718:13
at Immediate.iterate [as _onImmediate] (/Users/justin/code/testdouble/scripty/node_modules/teenytest/node_modules/async/lib/async.js:262:13)
at processImmediate [as _immediateCallback] (timers.js:374:17)
...
```
My `npm version`:
```
{ scripty: '1.2.2',
npm: '2.14.4',
ares: '1.10.1-DEV',
http_parser: '2.5.0',
modules: '46',
node: '4.1.1',
openssl: '1.0.2d',
uv: '1.7.4',
v8: '4.5.103.33',
zlib: '1.2.8' }
```
0 commit comments