-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Syringe works for modules in the node_modules folder, but when i try to mock one of my own modules
var account_mod = syringe('../models/account');
i get an error
Error: Cannot find module '../models/account' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:362:17) at require (module.js:378:17) at new Syringe (/Users/arne/node_modules/syringe/lib/syringe.js:5:16) ...
Metadata
Metadata
Assignees
Labels
No labels