From 8e0a8507fa6c216660ba8974f5ad87617a13625d Mon Sep 17 00:00:00 2001 From: Arjun <14841132+arjunvegda@users.noreply.github.com> Date: Tue, 5 May 2026 10:05:26 -0400 Subject: [PATCH] refactor: temporarily point jotai-devtools to rev3 branch --- src/tests/jotai-devtools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/jotai-devtools.ts b/src/tests/jotai-devtools.ts index 7031121..406f7bc 100644 --- a/src/tests/jotai-devtools.ts +++ b/src/tests/jotai-devtools.ts @@ -2,7 +2,7 @@ import { defineTest } from '../define-test.ts'; export default defineTest({ cloneCmd: - 'curl -L https://github.com/jotaijs/jotai-devtools/archive/HEAD.tar.gz | tar zx --strip-components=1', + 'curl -L https://github.com/jotaijs/jotai-devtools/archive/refs/heads/refactor/jotai-devtools-rev3.tar.gz | tar zx --strip-components=1', installCmd: 'pnpm install', overrideCmd: (pkg: string) => ['pnpm', 'add', pkg], testCmd: 'pnpm test',