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 403823e commit 806faa9Copy full SHA for 806faa9
memory-leaks/tests/cell.test.mjs
@@ -7,7 +7,7 @@ describe("# Cell memory leaks", () => {
7
await testScenario(addScenario, {
8
expectations: [
9
// Code cell
10
- { leak: null, objects: 1283, collections: 18 },
+ { leak: null, objects: 1308, collections: 18 },
11
// Markdown cell
12
{ leak: null, objects: 867, collections: 28 },
13
// Raw cell
0 commit comments