From eb12a4ff661570d2ac279a22246ebc920974dba8 Mon Sep 17 00:00:00 2001 From: Ignace Maes Date: Thu, 22 Aug 2024 18:08:04 +0200 Subject: [PATCH] NestedHooks global --- tests/helpers/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helpers/index.ts b/tests/helpers/index.ts index e190f56..a3b3cd7 100644 --- a/tests/helpers/index.ts +++ b/tests/helpers/index.ts @@ -1,3 +1,4 @@ +/* global NestedHooks */ import { setupApplicationTest as upstreamSetupApplicationTest, setupRenderingTest as upstreamSetupRenderingTest,