Skip to content

Commit a70810f

Browse files
authored
chore: remove "only" in unit tests
1 parent 26e2f3d commit a70810f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/utils/psv.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ describe('utils:psv:mergePanoData', () => {
575575
});
576576
});
577577

578-
describe.only('utils:psv:getConfigParser', () => {
578+
describe('utils:psv:getConfigParser', () => {
579579
type Myconfig = {
580580
field1?: string;
581581
field2?: number;

0 commit comments

Comments
 (0)