Explorar o código

fix(): remove only usage in tests

bergquist %!s(int64=9) %!d(string=hai) anos
pai
achega
7e66d0bcc1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;