Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

td.constructor() ReferenceError: td is not defined #279

Closed
restfulhead opened this issue Aug 6, 2017 · 1 comment
Closed

td.constructor() ReferenceError: td is not defined #279

restfulhead opened this issue Aug 6, 2017 · 1 comment

Comments

@restfulhead
Copy link

After upgrading from Testdouble 3.2.2 to 3.2.3 we're seeing the following error:

var td = require('testdouble');
var x = td.constructor();

ReferenceError: td is not defined
      at fakeConstructorFromNames (src/node_modules/testdouble/lib/constructor.js:26:35)
      at new exports.default (src/node_modules/testdouble/lib/constructor.js:22:95)
@searls searls closed this as completed in 97a38b2 Aug 6, 2017
@searls
Copy link
Member

searls commented Aug 6, 2017

Thanks. Landed in 3.2.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants