Skip to content

Adding a new Grunt task to enable Node.js testing.#458

Closed
JamesMGreene wants to merge 1 commit into
qunitjs:masterfrom
JamesMGreene:nodejs_support
Closed

Adding a new Grunt task to enable Node.js testing.#458
JamesMGreene wants to merge 1 commit into
qunitjs:masterfrom
JamesMGreene:nodejs_support

Conversation

@JamesMGreene

Copy link
Copy Markdown
Member

This is an enhanced version of @twada's PRs #401 and #410. Thanks, @twada!

Comment thread Gruntfile.js

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's extend this note: When we add more tests like this, spawn a process to make sure modifications to the QUnit object don't affect other test runs. Or modifications to the global object.

@JamesMGreene

Copy link
Copy Markdown
Member Author

@scottgonzalez @jzaefferer @timmywil Thanks for the feedback, will update today.

Comment thread qunit/qunit.js

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whole function seems bogus, I created #459 for that.

@twada

twada commented Jul 10, 2013

Copy link
Copy Markdown

Glad to see this enhanced PR. Thanks, @JamesMGreene !

@Krinkle

Krinkle commented Jul 10, 2013

Copy link
Copy Markdown
Member

Maybe remove the "Closes" for the other two pull requests from the commit message since those are already closed and essentially merged into this one). The reference could be here in the pull message and/or comment thread, but shouldn't be in the commit message (when landing we should add "Closes #458" though.

@jzaefferer

Copy link
Copy Markdown
Member

We finally have a project wide decision for AMD support. For QUnit we want to support the returnExports pattern, where we can use the simplified one since QUnit has no dependencies.

James, can you add the define check and call, so that we have the whole exporting figured out?

@JamesMGreene

Copy link
Copy Markdown
Member Author

Should also peek at: https://npmjs.org/package/grunt-nodequnit

@jzaefferer

Copy link
Copy Markdown
Member

Replaced with #493

@jzaefferer jzaefferer closed this Dec 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

6 participants