diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2971d9b757d..652b623954e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -146,6 +146,7 @@ /enterprise/cmd/frontend/internal/campaigns @sourcegraph/campaigns /internal/campaigns @sourcegraph/campaigns /web/**/campaigns/** @sourcegraph/campaigns +/web/src/integration/campaigns.test.ts @sourcegraph/campaigns # Search */search/**/* @sourcegraph/search diff --git a/enterprise/dev/ci/ci/pipeline-steps.go b/enterprise/dev/ci/ci/pipeline-steps.go index 4056b86ccb8..5076e7a5c87 100644 --- a/enterprise/dev/ci/ci/pipeline-steps.go +++ b/enterprise/dev/ci/ci/pipeline-steps.go @@ -108,6 +108,7 @@ func addSharedTests(c Config) func(pipeline *bk.Pipeline) { // Client integration tests pipeline.AddStep(":puppeteer::electric_plug:", bk.Env("PUPPETEER_SKIP_CHROMIUM_DOWNLOAD", ""), + bk.Env("ENTERPRISE", "1"), bk.Cmd("COVERAGE_INSTRUMENT=true dev/ci/yarn-run.sh build-web"), bk.Cmd("yarn run cover-integration"), bk.Cmd("yarn nyc report -r json"), diff --git a/web/src/components/diff/FileDiffNode.tsx b/web/src/components/diff/FileDiffNode.tsx index ab3e15f9146..1972c158b3b 100644 --- a/web/src/components/diff/FileDiffNode.tsx +++ b/web/src/components/diff/FileDiffNode.tsx @@ -89,7 +89,7 @@ export class FileDiffNode extends React.PureComponent return ( <> -
+