Sha256: 90366fbd18aa56467e33ddc140f83132dd7df582d32f94bc79807f11cf2c8e6f
Contents?: true
Size: 317 Bytes
Versions: 4
Compression:
Stored size: 317 Bytes
Contents
module('Step Addon'); test("step", 3, function () { QUnit.step(1, "step starts at 1"); setTimeout(function () { start(); QUnit.step(3); }, 100); QUnit.step(2, "before the setTimeout callback is run"); stop(); }); test("step counter", 1, function () { QUnit.step(1, "each test has its own step counter"); });
Version data entries
4 entries across 4 versions & 2 rubygems