mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
This is verified as part of other test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user