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 2c5502d commit d61ac5cCopy full SHA for d61ac5c
1 file changed
test/nuxt/composables/use-colors.spec.ts
@@ -77,8 +77,6 @@ describe('useCssVariables', () => {
77
await nextTick()
78
79
expect(useMutationObserverMock).not.toHaveBeenCalled()
80
- expect(lastMutationObserverInstance).not.toBeNull()
81
- expect(lastMutationObserverInstance!.observe).toHaveBeenCalledTimes(1)
82
83
wrapper.unmount()
84
})
@@ -95,8 +93,7 @@ describe('useCssVariables', () => {
95
93
96
94
97
98
99
+ expect(useMutationObserverMock).toHaveBeenCalledOnce()
100
101
102
0 commit comments