@codecademy/gamut-tests
5.3.45.3.5-alpha.907ef5.0
dist/index.js~
dist/index.jsModified+1−5
Index: package/dist/index.js
===================================================================
--- package/dist/index.js
+++ package/dist/index.js
@@ -1,6 +1,6 @@
import { GamutProvider, theme } from '@codecademy/gamut-styles';
-import { setupEnzyme as setupEnzymeBase, setupRtl as setupRtlBase } from 'component-test-setup';
+import { setupRtl as setupRtlBase } from 'component-test-setup';
import overArgs from 'lodash/overArgs';
import * as React from 'react';
// See https://skillsoftdev.atlassian.net/wiki/spaces/779a16d9c7ea452eab11b39cbbe771ce/pages/4441315387/Frontend+Unit+Tests for more info
@@ -27,9 +27,5 @@
}
// overArgs isn't fully typed yet for lack of curried generics, so we have to cast it...
-/**
- * @deprecated Enzyme is no longer being maintained. Use RTL instead.
- */
-export const setupEnzyme = overArgs(setupEnzymeBase, withMockGamutProvider);
export const setupRtl = overArgs(setupRtlBase, withMockGamutProvider);
\ No newline at end of file