File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ describe('Subscriptions', () => {
354354 expect ( spy2 ) . toHaveBeenCalledTimes ( 2 )
355355 } )
356356
357- it ( 'debugger events should not be array when subscription is not trigger by patch' , ( ) => {
357+ it ( 'debuggerEvents is not be an array when subscription is not trigger by patch' , ( ) => {
358358 const store = useStore ( )
359359 store . $subscribe (
360360 ( { type, events } ) => {
@@ -368,7 +368,7 @@ describe('Subscriptions', () => {
368368 store . user = 'a'
369369 } )
370370
371- it ( 'should trigger subscription when mutate state synchronously after patch' , async ( ) => {
371+ it ( 'triggers subscription when state is synchronously mutated after patch' , async ( ) => {
372372 const store = useStore ( )
373373 const spy1 = vi . fn ( )
374374 const spy2 = vi . fn ( )
You can’t perform that action at this time.
0 commit comments