There was an error while loading. Please reload this page.
2 parents b7d4e2e + 7bfe452 commit 59deac8Copy full SHA for 59deac8
2 files changed
test/bundlers/esbuild-app/src/index.js
@@ -53,6 +53,7 @@ const regions = [
53
regions.forEach(({ name, check }) => {
54
test(`SDK works with ${name} region`, () => {
55
const stack = contentstack.stack({
56
+ // deepcode ignore HardcodedNonCryptoSecret: test fixture value, not a real secret
57
apiKey: 'test_key',
58
deliveryToken: 'test_token',
59
environment: 'test',
test/bundlers/rollup-app/src/index.js
0 commit comments