mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
test(remove-extension) test -> client
This commit is contained in:
parent
74d56f795d
commit
02f8d75273
1 changed files with 1 additions and 3 deletions
|
|
@ -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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue