Skip to content

Commit d0143e7

Browse files
authored
Update packages/vue-i18n-core/test/composer.test.ts
1 parent 836cd5c commit d0143e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-i18n-core/test/composer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ describe('d', () => {
10591059
)
10601060
})
10611061

1062-
test.only('parts formatting', () => {
1062+
test('parts formatting', () => {
10631063
const { d } = createComposer({
10641064
locale: 'en-US',
10651065
datetimeFormats: {

0 commit comments

Comments
 (0)