We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dcee28 commit bc968d0Copy full SHA for bc968d0
1 file changed
tests/perf-test/useOnyx.perf-test.tsx
@@ -51,7 +51,7 @@ const clearOnyxAfterEachMeasure = async () => {
51
await Onyx.clear();
52
};
53
54
-describe.skip('useOnyx', () => {
+describe('useOnyx', () => {
55
beforeAll(async () => {
56
Onyx.init({
57
keys: ONYXKEYS,
0 commit comments