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 test.createStream() the following error is throw:
Error: TypeError: Cannot read property 'params' of undefined
Occurred while linting xxxx/xxxxx/xxx
at Object.CallExpression (xxxxxx/node_modules/eslint-plugin-tape/rules/use-t.js:15:21)
at predefinedRules.(anonymous function) (xxxx/node_modules/eslint-plugin-tape/create-tape-rule.js:122:27)
at listeners.(anonymous function).forEach.listener (xxxxxx/node_modules/eslint/lib/util/safe-emitter.js:45:58)
at Array.forEach ()
at Object.emit (xxxxx/node_modules/eslint/lib/util/safe-emitter.js:45:38)
The text was updated successfully, but these errors were encountered:
When using test.createStream() the following error is throw:
The text was updated successfully, but these errors were encountered: