Skip to content

Commit a029d5e

Browse files
committed
chore: fix test formatting
1 parent a30faaa commit a029d5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/ConfigLoader.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ describe('ConfigLoader', () => {
180180
// Check if directory exists
181181
expect(fs.existsSync(configLoader.cacheDir)).to.be.true;
182182
});
183+
});
183184

185+
describe('start', () => {
184186
it('should perform initial load on start if configurationSources is enabled', async () => {
185187
const mockConfig = {
186188
configurationSources: {
@@ -203,6 +205,8 @@ describe('ConfigLoader', () => {
203205
expect(spy.calledOnce).to.be.true;
204206
});
205207
});
208+
209+
describe('loadRemoteConfig', () => {
206210
let configLoader;
207211
beforeEach(async () => {
208212
const configFilePath = path.join(__dirname, '..', 'proxy.config.json');

0 commit comments

Comments
 (0)