Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 432 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 432 Bytes

#karma-jasmine-sinon An attempt at creating an karma "framework" plugin that uses the jasmine-sinon npm package. It however does not work because when jasmine-sinon file is executed, jasmine is not defined when integrating into another project using all three: karma, jasmine and sinon.

The simple solution is to edit your karma.conf.js adding this to the files array:

      "node_modules/jasmine-sinon/lib/*",