remove test.only

This commit is contained in:
yazeedb
2018-04-10 14:37:24 -04:00
parent b196cc0eaa
commit 435b3ead37

View File

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