diff --git a/core-blocks/file/test/__snapshots__/index.js.snap b/core-blocks/file/test/__snapshots__/index.js.snap deleted file mode 100644 index 2dc95a1cf7450..0000000000000 --- a/core-blocks/file/test/__snapshots__/index.js.snap +++ /dev/null @@ -1,92 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`core/file block edit matches snapshot 1`] = ` -
-
- - File -
-
- Drag a file, upload a new one or select a file from your library. -
-
-
-
- - - Drop files to upload - -
-
-
- - -
-
-
-`; diff --git a/core-blocks/file/test/index.js b/core-blocks/file/test/index.js deleted file mode 100644 index bd4832b6d58e1..0000000000000 --- a/core-blocks/file/test/index.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Internal dependencies - */ -import { name, settings } from '../'; -import { blockEditRender } from '../../test/helpers'; - -describe( 'core/file', () => { - test( 'block edit matches snapshot', () => { - const wrapper = blockEditRender( name, settings ); - - expect( wrapper ).toMatchSnapshot(); - } ); -} );