How to use more advanced features in TinyTest?

106 Views Asked by At

I am using TinyTest to run my unit tests, but I am struggling to find official documentation on the more advanced methods.

There's of course the EventedMind video, the Meteor Cookbook. numtel provides some unofficial documentation in his repo. But no official documentation.

Specifically, I am struggling to understand how to use test.expect_fail(), or test.runId(), test.ok(), test.fail() and test.exception()

0

There are 0 best solutions below