mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
Remove unused packages (#9849)
* remove unused packages * update lock package * try with paypal-rest-sdk 1.7.1 * setup nconf
This commit is contained in:
@@ -17,3 +17,6 @@ let sinonStubPromise = require('sinon-stub-promise');
|
||||
sinonStubPromise(global.sinon);
|
||||
global.sandbox = sinon.sandbox.create();
|
||||
global.Promise = Bluebird;
|
||||
|
||||
import setupNconf from '../../website/server/libs/setupNconf';
|
||||
setupNconf('./config.json.example');
|
||||
|
||||
Reference in New Issue
Block a user