nordnet / nordnet-ui-kit

Nordnet UI Kit
https://nordnet.github.io/nordnet-ui-kit/
106 stars 28 forks source link

Avoid running tests twice in CI #518

Closed JacobBlomgren closed 5 years ago

JacobBlomgren commented 5 years ago

@Dhq and I talked, and travis currently first runs tests, then runs tests again as part of coveralls. I propose that we let test be, for local development, but run it once with nyc in CI. That way we only need to run it once.

JacobBlomgren commented 5 years ago

We will try to convert the whole test codebase to jest instead, circumventing this problem.