Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Update to Jasmine 1.1.0 #10

Open
mcmire opened this issue Sep 20, 2011 · 2 comments
Open

Update to Jasmine 1.1.0 #10

mcmire opened this issue Sep 20, 2011 · 2 comments

Comments

@mcmire
Copy link

mcmire commented Sep 20, 2011

Recent versions of Jasmine have support for node.js, in that they export to exports instead of window. So you should be able to drop the window hacks before and after loading jasmine and instead say:

var jasmine = require('jasmine.js');   // you have to say jasmine.jasmine for the "main" jasmine object

It would probably take a little re-architecturing seeing as jessie/jasmine.js doesn't export the jasmine object (I guess it ends up getting put in global), but beyond that I don't see any problems... jessie seems like it's not too complicated.

Anyway at the moment this doesn't bother me, but when it does I can probably take a look at this.

@kennethjor
Copy link

Jasmine was updated to 1.3.1 in #18

@mmwtsn
Copy link

mmwtsn commented Dec 19, 2013

Jasmine is now at version 2.0.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants