This is verified as part of other test

This commit is contained in:
John Firebaugh
2013-01-18 15:03:34 -08:00
parent 2b45a5b452
commit 348634a5b8

View File

@@ -9,11 +9,6 @@ describe("iD.ui.flash", function () {
clock.restore();
});
it('can be instantiated', function () {
var flash = iD.ui.flash();
expect(flash).to.be.ok;
});
it('leaves after 1000 ms', function () {
var flash = iD.ui.flash();
clock.tick(1010);