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

Only Partial Mocha Support? #134

Open
iansinnott opened this issue Jun 12, 2014 · 1 comment
Open

Only Partial Mocha Support? #134

iansinnott opened this issue Jun 12, 2014 · 1 comment

Comments

@iansinnott
Copy link

I thought Laika just runs on top of Mocha while providing a bunch of useful meteor-specific features. But I've run into a few things that don't seem to work in Laika such as skipping tests, or using placeholder tests:

it("Placeholder test..");
it.skip("This test isn't ready yet, so skipping", function(done, server, client) {
  // Test code in here...
});

The code above breaks my tests. Any way to update this so that it supports everything in Mocha?

@apendua
Copy link
Collaborator

apendua commented Nov 4, 2014

@iansinnott Not yet. The problem is that we're currently bounded to a Arunoda's fork of the original mocha and also laika is overwriting some mocha original functions. We are currently working on fixing this problem.

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

2 participants