Add performance and caching tests for stdout/stderr #429
Annotations
10 errors
rendermime/factories › errorRendererFactory › #createRenderer() › should use cached links if new content arrives in a new line:
packages/rendermime/test/factories.spec.ts#L654
expect(received).toBe(expected) // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: <a href="https://www.example.com" rel="noopener" target="_blank">www.example.com</a>
Received: serializes to the same string
at test/factories.spec.ts:654:30
|
rendermime/factories › errorRendererFactory › #createRenderer() › should use cached links if new content arrives after a new line:
packages/rendermime/test/factories.spec.ts#L654
expect(received).toBe(expected) // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: <a href="https://www.example.com" rel="noopener" target="_blank">www.example.com</a>
Received: serializes to the same string
at test/factories.spec.ts:654:30
|
rendermime/factories › errorRendererFactory › #createRenderer() › should use cached links if new content arrives after a text node:
packages/rendermime/test/factories.spec.ts#L654
expect(received).toBe(expected) // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: <a href="https://www.example.com" rel="noopener" target="_blank">www.example.com</a>
Received: serializes to the same string
at test/factories.spec.ts:654:30
|
rendermime/factories › errorRendererFactory › #createRenderer() › should use cached links if new content arrives after a text node:
packages/rendermime/test/factories.spec.ts#L654
expect(received).toBe(expected) // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: <a href="https://www.example.com" rel="noopener" target="_blank">www.example.com</a>
Received: serializes to the same string
at test/factories.spec.ts:654:30
|
rendermime/factories › errorRendererFactory › #createRenderer() › should use partial cache if a link is created by addition of a new fragment:
packages/rendermime/test/factories.spec.ts#L726
expect(received).toBe(expected) // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: aaa·
Received: serializes to the same string
at Object.<anonymous> (test/factories.spec.ts:726:32)
|
rendermime/factories › errorRendererFactory › #createRenderer() › should use cached links if new content arrives in a new line:
packages/rendermime/test/factories.spec.ts#L654
expect(received).toBe(expected) // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: <a href="https://www.example.com" rel="noopener" target="_blank">www.example.com</a>
Received: serializes to the same string
at test/factories.spec.ts:654:30
|
rendermime/factories › errorRendererFactory › #createRenderer() › should use cached links if new content arrives after a new line:
packages/rendermime/test/factories.spec.ts#L654
expect(received).toBe(expected) // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: <a href="https://www.example.com" rel="noopener" target="_blank">www.example.com</a>
Received: serializes to the same string
at test/factories.spec.ts:654:30
|
rendermime/factories › errorRendererFactory › #createRenderer() › should use cached links if new content arrives after a text node:
packages/rendermime/test/factories.spec.ts#L654
expect(received).toBe(expected) // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: <a href="https://www.example.com" rel="noopener" target="_blank">www.example.com</a>
Received: serializes to the same string
at test/factories.spec.ts:654:30
|
rendermime/factories › errorRendererFactory › #createRenderer() › should use cached links if new content arrives after a text node:
packages/rendermime/test/factories.spec.ts#L654
expect(received).toBe(expected) // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: <a href="https://www.example.com" rel="noopener" target="_blank">www.example.com</a>
Received: serializes to the same string
at test/factories.spec.ts:654:30
|
rendermime/factories › errorRendererFactory › #createRenderer() › should use partial cache if a link is created by addition of a new fragment:
packages/rendermime/test/factories.spec.ts#L726
expect(received).toBe(expected) // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: aaa·
Received: serializes to the same string
at Object.<anonymous> (test/factories.spec.ts:726:32)
|