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

test(name, conf, cb) --> conf is not used ever #2

Closed
isaacs opened this issue Nov 25, 2012 · 0 comments
Closed

test(name, conf, cb) --> conf is not used ever #2

isaacs opened this issue Nov 25, 2012 · 0 comments

Comments

@isaacs
Copy link
Contributor

isaacs commented Nov 25, 2012

This prevents you from making whole sets of tests skipped, which is insanely convenient:

var isWindows = process.platform !== 'win32'
test('unix stuff', { skip: isWindows }, function(t) {
  // blardeebloop
})

Same for t.test(name, config, cb).

Actually, it looks like the Test class just takes an opts argument, but then doesn't do anything with it, and that argument isn't passed anything any of the places where it's called.

@ghost ghost closed this as completed in 94a90b3 Nov 25, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant