Browse Source

fix(): remove only usage in tests

bergquist 9 năm trước cách đây
mục cha
commit
7e66d0bcc1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/test/core/utils/emitter_specs.ts

+ 1 - 1
public/test/core/utils/emitter_specs.ts

@@ -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;