From 5533551909cc0e2bc1c0e3fe4b04619dda3f5330 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:19:04 +0000 Subject: [PATCH] [COMPLIANCE] Add required copyright headers Signed-off-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- .mocharc.js | 5 +++++ src/test/e2e/.mocharc-debug.js | 5 +++++ uitest.mjs | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/.mocharc.js b/.mocharc.js index 63894699e..c91cc5f59 100644 --- a/.mocharc.js +++ b/.mocharc.js @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // increase default test case timeout to 5 seconds module.exports = { color: true, diff --git a/src/test/e2e/.mocharc-debug.js b/src/test/e2e/.mocharc-debug.js index f44ae4c49..5826e5c9d 100644 --- a/src/test/e2e/.mocharc-debug.js +++ b/src/test/e2e/.mocharc-debug.js @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + // increase default test case timeout to 5 seconds module.exports = { timeout: 999999, diff --git a/uitest.mjs b/uitest.mjs index f7a2f61cc..d5f46d19f 100644 --- a/uitest.mjs +++ b/uitest.mjs @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + import { ExTester } from 'vscode-extension-tester'; async function runTests() {