Skip to content

Commit f9f1e10

Browse files
committed
chore: update description
1 parent a5f8164 commit f9f1e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/nuxt/components/DateTime.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe('DateTime', () => {
131131
expect(component.find('time').attributes('title')).toContain(testYear)
132132
})
133133

134-
it('always toggle relative dates settings when click', async () => {
134+
it('clicking button to toggle the relative dates settings', async () => {
135135
const component = await mountSuspended(DateTime, {
136136
props: { datetime: testDate },
137137
})

0 commit comments

Comments
 (0)