From: Robert Konigsberg Date: Mon, 3 Jun 2013 05:57:42 +0000 (-0400) Subject: Add nice little things to the in-browser test runner. X-Git-Tag: v1.0.0~27^2~4^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=b99970f8bc1a0cbec2c00f4eeafc8d97f0883edb;hp=b99970f8bc1a0cbec2c00f4eeafc8d97f0883edb;p=dygraphs.git Add nice little things to the in-browser test runner. 1. Add meta-links to the test name and new "more..." links. 2. Test name link runs that single test. more... shows the stack trace in an alert window. (Not ideal, but it's something.) ---