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 82f727e commit 40c67feCopy full SHA for 40c67fe
1 file changed
test/nuxt/composables/use-preferences-provider.spec.ts
@@ -49,7 +49,7 @@ describe('usePreferencesProvider', () => {
49
})
50
51
52
- it('handles array merging by replacement (preventing duplicates)', () => {
+ it('handles array merging by replacement', () => {
53
mountWithSetup(() => {
54
const defaults = { cols: ['name', 'version', 'date'] }
55
const stored = { cols: ['name', 'version'] }
0 commit comments