From 57d240c7057afb4f4e79ca8ac84a0e4648911b81 Mon Sep 17 00:00:00 2001 From: Marcelo Boveto Shima Date: Sat, 20 Feb 2021 17:48:04 -0300 Subject: [PATCH] Remove only from test. --- test/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/base.js b/test/base.js index 0f32a139..32ef078b 100644 --- a/test/base.js +++ b/test/base.js @@ -1785,7 +1785,7 @@ describe('Base', () => { }); }); - describe.only('#getFeatures', () => { + describe('#getFeatures', () => { it('should return namespace as uniqueBy when unique is true', function () { const gen = new Base([], {unique: true, namespace: 'foo', env: this.env}); assert.equal(gen.getFeatures().uniqueBy, 'foo');