Skip to content

Commit 8dd5e97

Browse files
committed
Skipping OnyxUtils
1 parent 8dc30c3 commit 8dd5e97

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/OnyxUtils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,9 +1432,9 @@ function updateSnapshots(data: OnyxUpdate[], mergeFn: typeof Onyx.merge): Array<
14321432
}
14331433

14341434
function clearInternals(): void {
1435-
callbackToStateMapping = {};
1436-
onyxKeyToSubscriptionIDs = new Map();
1437-
lastConnectionCallbackData = new Map();
1435+
// callbackToStateMapping = {};
1436+
// onyxKeyToSubscriptionIDs = new Map();
1437+
// lastConnectionCallbackData = new Map();
14381438
}
14391439

14401440
const OnyxUtils = {

tests/perf-test/OnyxUtils.perf-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const clearOnyxAfterEachMeasure = async () => {
4848
OnyxUtils.clearInternals();
4949
};
5050

51-
describe('OnyxUtils', () => {
51+
describe.skip('OnyxUtils', () => {
5252
beforeAll(async () => {
5353
Onyx.init({
5454
keys: ONYXKEYS,

0 commit comments

Comments
 (0)