Skip to content

Commit 38e6e9f

Browse files
authored
fix: removes test.only
1 parent 1808f28 commit 38e6e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-config-extensions/src/extends-directive.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ describe('$override directive', () => {
413413
);
414414
});
415415

416-
it.only('overrides env', async () => {
416+
it('overrides env', async () => {
417417
await withTempFiles(
418418
{
419419
'test-file.yml': `

0 commit comments

Comments
 (0)