From 02f8d75273416b415d52a755cc69cda4e8a13d4a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 14 Jan 2019 12:15:47 +0200 Subject: [PATCH] test(remove-extension) test -> client --- .../modules/operation/remove-extension.spec.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename test/client/modules/operation/remove-extension.js => client/modules/operation/remove-extension.spec.js (87%) diff --git a/test/client/modules/operation/remove-extension.js b/client/modules/operation/remove-extension.spec.js similarity index 87% rename from test/client/modules/operation/remove-extension.js rename to client/modules/operation/remove-extension.spec.js index de111ebe..0cf0aacc 100644 --- a/test/client/modules/operation/remove-extension.js +++ b/client/modules/operation/remove-extension.spec.js @@ -1,9 +1,7 @@ 'use strict'; const test = require('supertape'); -const dir = '../../../../client/modules/operation'; - -const removeExtension = require(`${dir}/remove-extension`); +const removeExtension = require(`./remove-extension`); test('cloudcmd: client: modules: operation: removeExtension: .tar.gz', (t) => { const name = 'hello';