mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(config) rm unused
This commit is contained in:
parent
d31a8188f5
commit
d92f5f6cf6
1 changed files with 0 additions and 8 deletions
|
|
@ -1,23 +1,15 @@
|
|||
'use strict';
|
||||
|
||||
const os = require('os');
|
||||
const path = require('path');
|
||||
|
||||
const test = require('tape');
|
||||
const readjson = require('readjson');
|
||||
const stub = require('@cloudcmd/stub');
|
||||
|
||||
const root = '../';
|
||||
const dir = './';
|
||||
const configPath = './config';
|
||||
|
||||
const config = require(configPath);
|
||||
const {_cryptoPass} = config;
|
||||
const {apiURL} = require(root + 'common/cloudfunc');
|
||||
|
||||
const pathHomeConfig = path.join(os.homedir(), '.cloudcmd.json');
|
||||
const pathConfig = path.join(__dirname, '..', 'json', 'config.json');
|
||||
|
||||
const fixture = require('./config.fixture');
|
||||
const {connect} = require('../test/before');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue