Skip to content

Commit

Permalink
test: update keepalive test result
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarkkkk committed Nov 14, 2023
1 parent 2ff5b90 commit 03a8b10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/basic.test.ts
Expand Up @@ -2086,12 +2086,12 @@ describe('keepalive', () => {
'keepalive-in-nuxtpage: onDeactivated',
'keepalive-in-nuxtpage-2: onMounted',
'keepalive-in-nuxtpage-2: onActivated',
'keepalive-in-nuxtpage-2: onDeactivated',
'keepalive-in-nuxtpage: onActivated',
'keepalive-in-nuxtpage-2: onDeactivated',
'keepalive-in-nuxtpage: onDeactivated',
'not-keepalive: onMounted',
'not-keepalive: onUnmounted',
'keepalive-in-nuxtpage-2: onActivated'
'keepalive-in-nuxtpage-2: onActivated',
'not-keepalive: onUnmounted'
])

await page.close()
Expand Down

0 comments on commit 03a8b10

Please sign in to comment.