diff --git a/src/editors/Placeholder.test.jsx b/src/editors/Placeholder.test.jsx
index 186bc9d78..45fb5e29d 100644
--- a/src/editors/Placeholder.test.jsx
+++ b/src/editors/Placeholder.test.jsx
@@ -1,36 +1,12 @@
import React from 'react';
-import { IntlProvider } from '@edx/frontend-platform/i18n';
-import TestRenderer from 'react-test-renderer';
-import { AppContext } from '@edx/frontend-platform/react';
-import { Context as ResponsiveContext } from 'react-responsive';
+import { render, initializeMocks, screen } from '@src/testUtils';
import Placeholder from './Placeholder';
describe('