Move test folder to fix import issue

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
Alexandre Bodin 2020-02-27 22:31:30 +01:00
parent 68fbf77b30
commit d7fd4ced2a

View File

@ -1,4 +1,4 @@
const bootstrap = require('../bootstrap');
const bootstrap = require('../config/functions/bootstrap');
describe('Upload plugin bootstrap function', () => {
test('Sets default config if id does not exist', async () => {