diff --git a/tests/fixtures/config.json b/tests/shared/fixtures/config.json similarity index 100% rename from tests/fixtures/config.json rename to tests/shared/fixtures/config.json diff --git a/tests/fixtures/test-settings.json b/tests/shared/fixtures/test-settings.json similarity index 100% rename from tests/fixtures/test-settings.json rename to tests/shared/fixtures/test-settings.json diff --git a/tests/unit/helpers.test.js b/tests/shared/unit/helpers.test.js similarity index 98% rename from tests/unit/helpers.test.js rename to tests/shared/unit/helpers.test.js index 03609027..44cd8c18 100644 --- a/tests/unit/helpers.test.js +++ b/tests/shared/unit/helpers.test.js @@ -1,7 +1,7 @@ const assert = require('assert'); const path = require('path'); const os = require('os'); -const { expandPath, validateProfileName, isPathSafe } = require('../../bin/helpers'); +const { expandPath, validateProfileName, isPathSafe } = require('../../../bin/helpers'); describe('helpers', () => { describe('expandPath', () => {