diff --git a/eslint.config.js b/eslint.config.js index a1194df7..e639e689 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -35,6 +35,7 @@ export default tseslint.config( 'packages/vscode-ide-companion/dist/**', 'bundle/**', 'package/bundle/**', + '.integration-tests/**', ], }, eslint.configs.recommended, diff --git a/package.json b/package.json index bb7896c5..17442eaa 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "build:packages": "npm run build --workspaces", "build:sandbox": "node scripts/build_sandbox.js --skip-npm-install-build", "bundle": "npm run generate && node esbuild.config.js && node scripts/copy_bundle_assets.js", - "test": "npm run test --workspaces", + "test": "npm run test --workspaces --if-present", "test:ci": "npm run test:ci --workspaces --if-present && npm run test:scripts", "test:scripts": "vitest run --config ./scripts/tests/vitest.config.ts", "test:e2e": "npm run test:integration:sandbox:none -- --verbose --keep-output",