Sha256: 4e328c1e5bff93567a16798464afa9362dab9e56f69ab019881cf7b6c19f868e
Contents?: true
Size: 556 Bytes
Versions: 3
Compression:
Stored size: 556 Bytes
Contents
#= require teaspoon/reporters/html class Teaspoon.Qunit.Reporters.HTML extends Teaspoon.Reporters.HTML reportRunnerResults: (runner) -> version = Teaspoon.Qunit.version() if version.major = 1 && version.minor < 16 # QUnit <= 1.15 doesn't provide the total until all tests are finished # The .begin hook is broken @total.exist = @total.run = runner.total super readConfig: -> super QUnit.config.notrycatch = @config["use-catch"] envInfo: -> "qunit #{Teaspoon.Qunit.rawVersion() || "[unknown version]"}"
Version data entries
3 entries across 3 versions & 1 rubygems