jonoxia / rpgbase

Generic Node.js/HTML5 role-playing game client/server
8 stars 6 forks source link

Upgrade to Jasmine 2.x #105

Open toolness opened 8 years ago

toolness commented 8 years ago

As I mentioned in #104, rpgbase uses Jasmine 1.2, which makes async testing very challenging to use.

In contrast, Jasmine 2.x's support is much easier. It seems pretty much identical to another test framework called Mocha that I'm very familiar and happy with.