We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b918b commit f04ed0cCopy full SHA for f04ed0c
test/ConfigLoader.test.js
@@ -331,7 +331,6 @@ describe('ConfigLoader', () => {
331
332
// Verify the loaded config has expected structure
333
expect(config).to.be.an('object');
334
- expect(config).to.have.property('proxyUrl');
335
expect(config).to.have.property('cookieSecret');
336
});
337
@@ -381,7 +380,6 @@ describe('ConfigLoader', () => {
381
380
382
383
384
385
386
387
0 commit comments