Skip to content

Commit 1304612

Browse files
LinusBorgyyx990803
andauthored
Update packages/runtime-core/__tests__/apiCreateApp.spec.ts
Co-authored-by: Evan You <yyx990803@gmail.com>
1 parent 016202b commit 1304612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/__tests__/apiCreateApp.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ describe('api: createApp', () => {
313313
).toHaveBeenWarnedTimes(1)
314314
})
315315

316-
test.only('onUnmount', () => {
316+
test('onUnmount', () => {
317317
const cleanup = jest.fn().mockName('plugin cleanup')
318318
const PluginA: Plugin = app => {
319319
app.provide('foo', 1)

0 commit comments

Comments
 (0)