You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run the test coverage scripts against a subset of the tests by opting into the tests using it.only. However because the performance tests are not run as part of a describe or it block but exist inside the test directory, they were always run.
It seems better to either move the performance tests to another top-level directory besides test, or wrap them inside a mocha-style describe block.
The text was updated successfully, but these errors were encountered:
I was trying to run the test coverage scripts against a subset of the tests by opting into the tests using
it.only
. However because the performance tests are not run as part of adescribe
orit
block but exist inside thetest
directory, they were always run.It seems better to either move the performance tests to another top-level directory besides
test
, or wrap them inside a mocha-styledescribe
block.The text was updated successfully, but these errors were encountered: