fix(): remove only usage in tests

This commit is contained in:
bergquist
2016-04-18 15:25:06 +02:00
parent 822bf13b7a
commit 7e66d0bcc1
+1 -1
View File
@@ -24,7 +24,7 @@ describe("Emitter", () => {
expect(sub2Called).to.be(true);
});
it.only('should handle errors', () => {
it('should handle errors', () => {
var events = new Emitter();
var sub1Called = 0;
var sub2Called = 0;