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

Jasmine global before/afterAll #398

Open
jaumard opened this issue Jun 25, 2016 · 0 comments
Open

Jasmine global before/afterAll #398

jaumard opened this issue Jun 25, 2016 · 0 comments

Comments

@jaumard
Copy link

jaumard commented Jun 25, 2016

Generally I use moche to do unit testing but as I'll use Angular2 jasmine is most used so I try to give it a try but I've a problem. With mocha I start my server on a before and shut it down on after methods (see https://github.com/jaumard/trailpack-passport/blob/master/test/index.js)

I didn't find a way to do it with this module is it possible ? Because I don't want to start/stop it on each *.spec.js files. Just want to start it once, do my tests and shut it down.

Thanks

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