Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Configurar jasmine para que incluya jQuery en grunt:
- // Jasmine testing framework configuration options
- jasmine: {
- all: {
- src : ['bower_components/jquery/dist/*.min.js', 'bower_components/jquery-mockjax/jquery.mockjax.js'],
- options: {
- specs: 'test/spec/{,*/}*.js'
- }
- }
- },
- fuente: http://simonsmith.io/headless-testing-with-phantomjs-and-grunt/
Advertisement
Add Comment
Please, Sign In to add comment