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 7e70dd3 commit 58fd60dCopy full SHA for 58fd60d
1 file changed
test/performance.memory.test.ts
@@ -4,6 +4,7 @@ import path from 'path';
4
import { TouchChatProcessor } from '../src/processors/touchchatProcessor';
5
import { SnapProcessor } from '../src/processors/snapProcessor';
6
import { DotProcessor } from '../src/processors/dotProcessor';
7
+import { TreeFactory } from './utils/testFactories';
8
9
// Skip memory intensive tests in CI environment
10
const describeIfLocal = process.env.CI ? describe.skip : describe;
0 commit comments