[COMPLIANCE] Add Copyright and License Headers (Batch 1 of 1) (#589)

Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
This commit is contained in:
oss-core-libraries-dashboard[bot]
2026-01-22 12:54:31 -05:00
committed by GitHub
parent 734c523c4f
commit 79632e33d6
29 changed files with 139 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
describe('e2e', () => {
it('verify', () => {
expect(process.env.SECRET).toBe("SUPERSECRET");
+5
View File
@@ -1,3 +1,8 @@
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
module.exports = {
verbose: true
};
+5
View File
@@ -1,3 +1,8 @@
/**
* Copyright IBM Corp. 2019, 2025
* SPDX-License-Identifier: MIT
*/
const got = require('got');
const vaultUrl = `${process.env.VAULT_HOST}:${process.env.VAULT_PORT}`;