Skip to content

Commit

Permalink
Remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 28, 2019
1 parent b9d4959 commit 1526626
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/unit/debounce.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,10 @@
testEnqueue(false, done);
});

test.only('flushed', function(done) {
test('flushed', function(done) {
testEnqueue(true, done);
});

test('re-enqueued ')

});
});
</script>
Expand Down

0 comments on commit 1526626

Please sign in to comment.