source: trip-planner-front/node_modules/karma-coverage/examples/coffee-requirejs/requirejs.karma.coffee@ fa375fe

Last change on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 131 bytes
Line 
1# A minimal requirejs configuration
2require.config
3 baseUrl: '/base'
4 deps: ['test']
5 callback: ->
6 window.__karma__.start()
Note: See TracBrowser for help on using the repository browser.