karma-runner / karma-commonjs

A Karma plugin. Test CommonJS modules.
MIT License
73 stars 30 forks source link

Cannot load JSON files #32

Closed errorstack closed 10 years ago

errorstack commented 10 years ago

cannot require a module which is a JSON file. "SyntaxError: missing ; before statement"

pkozlowski-opensource commented 10 years ago

Hmm, sounds like a valid issue - looking into it.