mint-metrics / mojito-js-delivery

🧪 Source-controlled JS split testing framework for building and launching A/B tests.
https://mojito.mx/docs/js-delivery-intro
Other
16 stars 29 forks source link

Prevent test trigger errors from stopping later test objects from running #50

Closed allmywant closed 4 years ago

kingo55 commented 4 years ago

Thanks @allmywant ! Almost forgot this one.

Would you mind adding a test for this, please? Will Mocha prevent errors from breaking the test flow? Or will deliberately throwing an error break the tests?

allmywant commented 4 years ago

Thanks @allmywant ! Almost forgot this one.

Would you mind adding a test for this, please? Will Mocha prevent errors from breaking the test flow? Or will deliberately throwing an error break the tests?

@kingo55 I forgot to do that, now a test has been added for this.