@codecademy/gamut-tests

5.3.45.3.5-alpha.907ef5.0
dist/index.d.ts
~dist/index.d.tsModified
+1−5
Index: package/dist/index.d.ts
===================================================================
--- package/dist/index.d.ts
+++ package/dist/index.d.ts
@@ -1,11 +1,7 @@
-import { setupEnzyme as setupEnzymeBase, setupRtl as setupRtlBase } from 'component-test-setup';
+import { setupRtl as setupRtlBase } from 'component-test-setup';
 import * as React from 'react';
 export declare const MockGamutProvider: React.FC<{
     children?: React.ReactNode;
     useLogicalProperties?: boolean;
 }>;
-/**
- * @deprecated Enzyme is no longer being maintained. Use RTL instead.
- */
-export declare const setupEnzyme: typeof setupEnzymeBase;
 export declare const setupRtl: typeof setupRtlBase;