We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f8164 commit f9f1e10Copy full SHA for f9f1e10
1 file changed
test/nuxt/components/DateTime.spec.ts
@@ -131,7 +131,7 @@ describe('DateTime', () => {
131
expect(component.find('time').attributes('title')).toContain(testYear)
132
})
133
134
- it('always toggle relative dates settings when click', async () => {
+ it('clicking button to toggle the relative dates settings', async () => {
135
const component = await mountSuspended(DateTime, {
136
props: { datetime: testDate },
137
0 commit comments