vendredi 25 novembre 2016

How to separately run each test in karma-runner

I often get tests crush when they are running together. I mean when i use describe.only() for run single test block i have no errors. But when i run all tests together this test block shows errors. I suppose that it's happened because of merging all tests in single file tests.webpack.js. Is there any approach to run each test separately to avoid any influence?

Aucun commentaire:

Enregistrer un commentaire