Automattic / expect.js

Minimalistic BDD-style assertions for Node.JS and the browser.
2.11k stars 209 forks source link

Update version in expect.js #87

Closed skeggse closed 10 years ago

skeggse commented 10 years ago

The version exposed in expect.js does not match the version specified in package.json, as per #42.

fatso83 commented 10 years ago

Seriously annoying that this hasn't been fixed. Was wondering why tests using withArgs failed when using karma to run my tests, since I could see it used version 1.2, exactly the same as the version cloned from github.

They should have a build script that automatically updates the version numbers based on package.json

truongsinh commented 10 years ago

https://github.com/truongsinh/expect/ in this fork I pumb version to 0.3.0-dev, as we have more APIs and are about to implement plugin mechanism.

rauchg commented 10 years ago

Fixed in 0.3.1