teambit / envs

Component development environments for the Bit community
https://bit.dev/bit/envs
Other
63 stars 9 forks source link

mocha tester fails when bulk tagging #101

Open KutnerUri opened 4 years ago

KutnerUri commented 4 years ago

When running bulk tag (ie. bit tag -a), mocha tester does not clean the DOM between tests. Tests pass when specifically (eg. bit tag base/label or bit test base/label), so the tests themselves are good.

Screen Shot 2020-03-05 at 20 26 58

Steps to Reproduce

  1. import large collection (bit import bit.marketing)
  2. modify (ie. override for '*')
  3. run bit tag -a

Specifications