Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated qunit version #110

Closed
olegabr opened this issue Dec 23, 2014 · 4 comments
Closed

Outdated qunit version #110

olegabr opened this issue Dec 23, 2014 · 4 comments

Comments

@olegabr
Copy link
Contributor

olegabr commented Dec 23, 2014

The current qunit release is https://github.com/jquery/qunit/releases/tag/1.16.0
it is different from the used 1.10.0 version here.
The testAsync API has changed in particular: http://api.qunitjs.com/QUnit.asyncTest/
Now node-qunit forces me to use the deprecated style.

@kof
Copy link
Contributor

kof commented Dec 23, 2014

I will accept a pull request.

olegabr added a commit to olegabr/node-qunit that referenced this issue Dec 23, 2014
qunit version upgrade: qunitjs#110
@nikolas
Copy link
Contributor

nikolas commented Jan 21, 2015

I tried to updating to just qunit 1.11.0, in an attempt to introduce as minimal a change as possible, but it was unclear to me how to fix the errors that arose. Maybe I'll try again soon.

@monolithed
Copy link

It seems the project is dead. I moved to Mocha (

npm WARN engine qunit@0.7.7: wanted: {"node":">=0.6.0 < 5.0"} (current: {"node":"5.3.0","npm":"3.3.12"})
@leobalter
Copy link
Member

@monolithed good luck! As long as you're writing tests for your software, that's great!

This project indeed needs some care, I wish I could have more available time, but that's not happening. Even though, the core of QUnit (qunitjs on npm) is still in active development and can be used with node applied to other reporter module as qunit-tap. I have plans to look after QUnit on the cli after I'm able to release QUnit 2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
5 participants