From 435b3ead37eeeeb6ede88d7999e3dba4dfdbae97 Mon Sep 17 00:00:00 2001 From: yazeedb Date: Tue, 10 Apr 2018 14:37:24 -0400 Subject: [PATCH] remove test.only --- test/renameKeys/renameKeys.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/renameKeys/renameKeys.test.js b/test/renameKeys/renameKeys.test.js index b80b63189..4487a14a4 100644 --- a/test/renameKeys/renameKeys.test.js +++ b/test/renameKeys/renameKeys.test.js @@ -1,7 +1,7 @@ const test = require('tape'); const renameKeys = require('./renameKeys.js'); -test.only('Testing renameKeys', (t) => { +test('Testing renameKeys', (t) => { //For more information on all the methods supported by tape //Please go to https://github.com/substack/tape t.true(typeof renameKeys === 'function', 'renameKeys is a Function');