Skip to content

Commit

Permalink
Allow access to Tinytest internals to be able to extend it.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar authored and Sashko Stubailo committed Oct 30, 2015
1 parent a9fde48 commit 9e39954
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/tinytest/tinytest.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,3 +662,8 @@ Tinytest._debugTest = function (cookie, onReport, onComplete) {
// done. This is used to provide a live display of the current
// running client test on the test results page.
Tinytest._onCurrentClientTest = function (name) {};

Tinytest._TestCaseResults = TestCaseResults;
Tinytest._TestCase = TestCase;
Tinytest._TestManager = TestManager;
Tinytest._TestRun = TestRun;

0 comments on commit 9e39954

Please sign in to comment.