/* * For a detailed explanation regarding each configuration property and type check, visit: * https://jestjs.io/docs/configuration */ /** @type {import('@jest/types').Config.InitialOptions} */ // eslint-disable-next-line import/no-commonjs module.exports = { projects: [ "/src/view", "/test/unit-tests", "/test/vscode-tests/activated-extension", "/test/vscode-tests/cli-integration", "/test/vscode-tests/no-workspace", "/test/vscode-tests/minimal-workspace", ], };