From b2bcbf7064d4a86ad0cff959b4e3f2f0225e433b Mon Sep 17 00:00:00 2001 From: Jason Quense Date: Fri, 24 Jun 2016 11:27:17 -0400 Subject: [PATCH] rm only --- test/mixed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mixed.js b/test/mixed.js index 63c9901..3467e55 100644 --- a/test/mixed.js +++ b/test/mixed.js @@ -8,7 +8,7 @@ import reach from '../src/util/reach'; let noop = function(){} -describe.only( 'Mixed Types ', function(){ +describe( 'Mixed Types ', function(){ it('should be immutable', function(){ var inst = mixed(), next;