Skip to content

Commit 9a5dd1b

Browse files
committed
fix test
1 parent 3b04547 commit 9a5dd1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/ssr/ssr-bundle-render.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,7 @@ describe('SSR: bundle renderer', () => {
195195
expect(cache.set.calls.count()).toBe(3) // no new cache sets
196196
expect(cache.get.calls.count()).toBe(2) // 1 get for root
197197

198-
console.log(context1)
199-
console.log(context2)
198+
expect(context2.registered).toEqual(['app', 'child', 'grandchild'])
200199
done()
201200
})
202201
})

0 commit comments

Comments
 (0)