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 7d21828 commit d18a445Copy full SHA for d18a445
test/integration/telemetry/test/index.test.js
@@ -331,7 +331,7 @@ describe('Telemetry CLI', () => {
331
const event1 = /NEXT_BUILD_OPTIMIZED[\s\S]+?{([\s\S]+?)}/.exec(stderr).pop()
332
expect(event1).toMatch(/"staticPropsPageCount": 2/)
333
expect(event1).toMatch(/"serverPropsPageCount": 2/)
334
- expect(event1).toMatch(/"ssrPageCount": 1/)
+ expect(event1).toMatch(/"ssrPageCount": 2/)
335
expect(event1).toMatch(/"staticPageCount": 4/)
336
expect(event1).toMatch(/"totalPageCount": 9/)
337
})
0 commit comments