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

Run also app-level tests #8

Open
mitar opened this issue Aug 22, 2016 · 2 comments
Open

Run also app-level tests #8

mitar opened this issue Aug 22, 2016 · 2 comments

Comments

@mitar
Copy link
Member

mitar commented Aug 22, 2016

Meteor has now a concept of app-level tests. We should run them as well.

@zeroasterisk
Copy link

Yes - I got really excited when I saw this script, I like the approach a lot!

But now that we don't split apps up into packages, and rely on imports/exports... It's a bit more useful to rely on the "official" testing approach recommended in the guide...

But it's still a pain to setup a testing script on circleci (or not) and I think what you've got going here is a good option.

@mitar
Copy link
Member Author

mitar commented Aug 24, 2016

I still have apps structured in packages. I think it gives some easier way to turn on/off features. (You just control at the top-level which packages you want to include.)

Personally, I have not yet had time to look into app-level testing. If you are interested in contributing a pull request to this repository with app-level tests as well, that would be great.

I read the guide, but I do not really see how exactly I would end up doing them with same ease as tinytest were.

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