bjfletcher / jest-issue

A simple test case to demonstrate an issue I'm experiencing with Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run jest to see the issue:

$ jest
Using Jest CLI v0.2.1
 FAIL  __tests__/Authenticator.js
TypeError: /Users/ben/projects/jest-issue/__tests__/Authenticator.js: /Users/ben/projects/jest-issue/lib/Authenticator.js: /Users/ben/projects/jest-issue/node_modules/body-parser/index.js: Cannot call method 'function' of undefined
1 test failed, 0 tests passed (1 total)
Run time: 0.311s

About

A simple test case to demonstrate an issue I'm experiencing with Jest


Languages

Language:JavaScript 100.0%