Skip to content

Commit 155fc8f

Browse files
committed
fix: lint
1 parent 4a6451e commit 155fc8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app-config-config/src/index.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,10 @@ describe('Configuration Loading', () => {
238238
`,
239239
},
240240
async (inDir) => {
241-
expect((await loadUnvalidatedConfig({ directory: inDir('.'), environmentOverride: 'test' })).fullConfig).toEqual({
241+
expect(
242+
(await loadUnvalidatedConfig({ directory: inDir('.'), environmentOverride: 'test' }))
243+
.fullConfig,
244+
).toEqual({
242245
foo: 'production',
243246
bar: 'test',
244247
});

0 commit comments

Comments
 (0)