Skip to content

Commit

Permalink
[COMPLIANCE] Add required copyright headers
Browse files Browse the repository at this point in the history
Signed-off-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
  • Loading branch information
hashicorp-copywrite[bot] committed Nov 5, 2024
1 parent 0ac1676 commit 5533551
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
5 changes: 5 additions & 0 deletions src/test/e2e/.mocharc-debug.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
5 changes: 5 additions & 0 deletions uitest.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

import { ExTester } from 'vscode-extension-tester';

async function runTests() {
Expand Down

0 comments on commit 5533551

Please sign in to comment.