karma-requirejs icon indicating copy to clipboard operation
karma-requirejs copied to clipboard

Example setup with Karma and Require.js

Results 7 karma-requirejs issues
Sort by recently updated
recently updated
newest added

### Expected behaviour I am new to require.js with karma. my tree s like below ![image](https://user-images.githubusercontent.com/22405895/45318799-97234300-b503-11e8-8da2-8e9ce1582706.png) it should pass all the tests. ### Actual behaviour when there is one spec.js...

If you run karma start, it wont work because the necessary dependencies aren't included. I put them in the package.json so someone can just run 'npm install' and then karma...

Hi! In my project, i use separated vendor and application scripts. Vendor scripts i concatinated and placing before require.js library at `` tag, but application scripts i loaded through rjs....

The instructions say when you run "karma init" to 'Choose "yes" for Require.js.' But this is impossible because karma init skips this question (it just blows right past it and...

Hey thanks for the tutorial/demo! I'm having an issue (I'm using grunt-karma) where when I open up the debug.html file, it's inserting this script tag: ``` html window.__karma__.loaded(); ``` but...

Rather than copy-pasting the requirejs.config paths and shims into the require.config for running tests, we can just load the applications requirejs configuration from `test-main.js`. This PR was inspired by @jugglinMike's...

Hi, thank you very much for requirejs support. Can you please check out my [fork](https://github.com/Serge-Z/karma-requirejs.git) of karma-require example? If you'll run it you'll see that karma fails with following error:...