stealjs / steal-jasmine

Starts Jasmine tests automatically after main has loaded
https://www.npmjs.com/package/steal-jasmine
MIT License
1 stars 0 forks source link

Uncaught ReferenceError: jasmineRequire is not defined #1

Open RALifeCoach opened 8 years ago

RALifeCoach commented 8 years ago

I get this when steal-jasmine tries to load jasmine-html.js.

Macrofig commented 8 years ago

@RALifeCoach Issue is a little old but perhaps we can still address the issue? Could you provide more info? Stack trace would be super helpful.

LorenzoGangi commented 7 years ago

I had to chain my then calls to assure the dependency order. steal( 'jasmine-standalone-2.5.2/lib/jasmine-2.5.2/jasmine.css', 'jasmine-standalone-2.5.2/lib/jasmine-2.5.2/jasmine.js' ) .then( 'jasmine-standalone-2.5.2/lib/jasmine-2.5.2/jasmine-html.js' ).then( 'jasmine-standalone-2.5.2/lib/jasmine-2.5.2/boot.js'