There was an error while loading. Please reload this page.
2 parents 4d3344a + f9738ce commit b83159cCopy full SHA for b83159c
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