1

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()

dayuloli
  • 16,205
  • 16
  • 71
  • 126
  • I tried too to use tinytest but I switched to jasmine since its better documented and has all the features from tinytest(ex. package testing) – Marius Darila May 13 '15 at 12:26
  • There's no documentation, but you can see a list of all available options in the source code https://github.com/meteor/meteor/blob/devel/packages/tinytest/tinytest.js – Brian Shamblen May 13 '15 at 15:19

0 Answers0