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
import test from 'ava'
test('foo', t => {
t.throws(() => {})
})
I get an error:
❯❯❯ ava src/pcombs3.test.js
2 exceptions
Uncaught Exception
TypeError: Cannot read property 'type' of undefined
node_modules/clean-yaml-object/index.js:69:9
cleanYamlObj (node_modules/clean-yaml-object/index.js:57:15)
module.exports (node_modules/clean-yaml-object/index.js:3:9)
✖ Test results were not received from src/pcombs3.test.js
Versions:
Node.js v7.0.0
darwin 16.0.0
0.17.0
4.0.1
The text was updated successfully, but these errors were encountered:
with the following file:
I get an error:
Versions:
The text was updated successfully, but these errors were encountered: