Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
31 views

Test plain javascript file returning different objects

Is it possible to test the code below with Jasmine testing tool or any other npm module like rewire or similar? const AuthValidatorDumb = require('./src/AuthValidatorDumb'); const AuthValidator = ...
ivanb's user avatar
  • 11