diff --git a/packages/block-library/src/audio/test/__snapshots__/index.js.snap b/packages/block-library/src/audio/test/__snapshots__/index.js.snap
deleted file mode 100644
index 09f551226b702..0000000000000
--- a/packages/block-library/src/audio/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,53 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/audio block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/audio/test/index.js b/packages/block-library/src/audio/test/index.js
deleted file mode 100644
index a5611a3dd8ce6..0000000000000
--- a/packages/block-library/src/audio/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/audio', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/button/test/__snapshots__/index.js.snap b/packages/block-library/src/button/test/__snapshots__/index.js.snap
deleted file mode 100644
index fec3d15878b50..0000000000000
--- a/packages/block-library/src/button/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,42 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/button block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/button/test/index.js b/packages/block-library/src/button/test/index.js
deleted file mode 100644
index ed83ce055e6e2..0000000000000
--- a/packages/block-library/src/button/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/button', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/classic/test/__snapshots__/index.js.snap b/packages/block-library/src/classic/test/__snapshots__/index.js.snap
deleted file mode 100644
index 690b0d5e30fdd..0000000000000
--- a/packages/block-library/src/classic/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,15 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/freeform block edit matches snapshot 1`] = `
-Array [
- ,
- ,
-]
-`;
diff --git a/packages/block-library/src/classic/test/index.js b/packages/block-library/src/classic/test/index.js
deleted file mode 100644
index 824c835543e7b..0000000000000
--- a/packages/block-library/src/classic/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/freeform', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/code/test/__snapshots__/index.js.snap b/packages/block-library/src/code/test/__snapshots__/index.js.snap
deleted file mode 100644
index 4d44efaa90a74..0000000000000
--- a/packages/block-library/src/code/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,14 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/code block edit matches snapshot 1`] = `
-
-
-
-`;
diff --git a/packages/block-library/src/code/test/index.js b/packages/block-library/src/code/test/index.js
deleted file mode 100644
index a34add8c0c53a..0000000000000
--- a/packages/block-library/src/code/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/code', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/cover/test/__snapshots__/index.js.snap b/packages/block-library/src/cover/test/__snapshots__/index.js.snap
deleted file mode 100644
index 36fb23ceb5916..0000000000000
--- a/packages/block-library/src/cover/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,42 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/cover block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/cover/test/index.js b/packages/block-library/src/cover/test/index.js
deleted file mode 100644
index a088404e7c41d..0000000000000
--- a/packages/block-library/src/cover/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/cover', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/gallery/test/__snapshots__/index.js.snap b/packages/block-library/src/gallery/test/__snapshots__/index.js.snap
deleted file mode 100644
index 6e88dd4a4f949..0000000000000
--- a/packages/block-library/src/gallery/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,44 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/gallery block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/gallery/test/index.js b/packages/block-library/src/gallery/test/index.js
deleted file mode 100644
index 5731cc00ba483..0000000000000
--- a/packages/block-library/src/gallery/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/gallery', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/heading/test/__snapshots__/index.js.snap b/packages/block-library/src/heading/test/__snapshots__/index.js.snap
deleted file mode 100644
index 0df94748b04b5..0000000000000
--- a/packages/block-library/src/heading/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,34 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/heading block edit matches snapshot 1`] = `
-
-
-
-
-
-
-
-
- Write heading…
-
-
-
-
-
-`;
diff --git a/packages/block-library/src/heading/test/index.js b/packages/block-library/src/heading/test/index.js
index 58a3ec1770347..ffa9d2538674d 100644
--- a/packages/block-library/src/heading/test/index.js
+++ b/packages/block-library/src/heading/test/index.js
@@ -1,16 +1,7 @@
/**
* Internal dependencies
*/
-import { name, settings, getLevelFromHeadingNodeName } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/heading', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
+import { getLevelFromHeadingNodeName } from '../';
describe( 'getLevelFromHeadingNodeName()', () => {
it( 'should return a numeric value from nodeName', () => {
diff --git a/packages/block-library/src/html/test/__snapshots__/index.js.snap b/packages/block-library/src/html/test/__snapshots__/index.js.snap
deleted file mode 100644
index 5d35f054994fb..0000000000000
--- a/packages/block-library/src/html/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,14 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/html block edit matches snapshot 1`] = `
-
-
-
-`;
diff --git a/packages/block-library/src/html/test/index.js b/packages/block-library/src/html/test/index.js
deleted file mode 100644
index 2da5c107bea5b..0000000000000
--- a/packages/block-library/src/html/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/html', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/list/test/__snapshots__/index.js.snap b/packages/block-library/src/list/test/__snapshots__/index.js.snap
deleted file mode 100644
index 3015cc0fcaff3..0000000000000
--- a/packages/block-library/src/list/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,38 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/list block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/list/test/index.js b/packages/block-library/src/list/test/index.js
deleted file mode 100644
index 9ed0ec09a19b3..0000000000000
--- a/packages/block-library/src/list/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/list', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/more/test/__snapshots__/index.js.snap b/packages/block-library/src/more/test/__snapshots__/index.js.snap
deleted file mode 100644
index 500ae5f763fc7..0000000000000
--- a/packages/block-library/src/more/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,13 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/more block edit matches snapshot 1`] = `
-
-
-
-`;
diff --git a/packages/block-library/src/more/test/index.js b/packages/block-library/src/more/test/index.js
deleted file mode 100644
index 6c50a352c1033..0000000000000
--- a/packages/block-library/src/more/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/more', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/nextpage/test/__snapshots__/index.js.snap b/packages/block-library/src/nextpage/test/__snapshots__/index.js.snap
deleted file mode 100644
index 9a324d23afcca..0000000000000
--- a/packages/block-library/src/nextpage/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,11 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/nextpage block edit matches snapshot 1`] = `
-
-
- Page break
-
-
-`;
diff --git a/packages/block-library/src/nextpage/test/index.js b/packages/block-library/src/nextpage/test/index.js
deleted file mode 100644
index 8277f13d6a4f0..0000000000000
--- a/packages/block-library/src/nextpage/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/nextpage', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/paragraph/test/__snapshots__/index.js.snap b/packages/block-library/src/paragraph/test/__snapshots__/index.js.snap
deleted file mode 100644
index 52a4f07a4b653..0000000000000
--- a/packages/block-library/src/paragraph/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,38 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/paragraph block edit matches snapshot 1`] = `
-
-
-
-
-
-
-
-
-
-
- Start writing or type / to choose a block
-
-
-
-
-
-
-
-`;
diff --git a/packages/block-library/src/paragraph/test/index.js b/packages/block-library/src/paragraph/test/index.js
deleted file mode 100644
index fb7e03415a536..0000000000000
--- a/packages/block-library/src/paragraph/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/paragraph', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/preformatted/test/__snapshots__/index.js.snap b/packages/block-library/src/preformatted/test/__snapshots__/index.js.snap
deleted file mode 100644
index a18b12cb5728f..0000000000000
--- a/packages/block-library/src/preformatted/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,34 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/preformatted block edit matches snapshot 1`] = `
-
-
-
-
-
-
-
-
- Write preformatted text…
-
-
-
-
-
-`;
diff --git a/packages/block-library/src/preformatted/test/index.js b/packages/block-library/src/preformatted/test/index.js
deleted file mode 100644
index b658b059a067e..0000000000000
--- a/packages/block-library/src/preformatted/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/preformatted', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/pullquote/test/__snapshots__/index.js.snap b/packages/block-library/src/pullquote/test/__snapshots__/index.js.snap
deleted file mode 100644
index 824b6c491a8ad..0000000000000
--- a/packages/block-library/src/pullquote/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,44 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/pullquote block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/pullquote/test/index.js b/packages/block-library/src/pullquote/test/index.js
deleted file mode 100644
index 24e135dd4c02c..0000000000000
--- a/packages/block-library/src/pullquote/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/pullquote', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/quote/test/__snapshots__/index.js.snap b/packages/block-library/src/quote/test/__snapshots__/index.js.snap
deleted file mode 100644
index 886ef7e4560a8..0000000000000
--- a/packages/block-library/src/quote/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,42 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/quote block edit matches snapshot 1`] = `
-
-
-
-`;
diff --git a/packages/block-library/src/quote/test/index.js b/packages/block-library/src/quote/test/index.js
deleted file mode 100644
index 08553f5d8fd09..0000000000000
--- a/packages/block-library/src/quote/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/quote', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/separator/test/__snapshots__/index.js.snap b/packages/block-library/src/separator/test/__snapshots__/index.js.snap
deleted file mode 100644
index 2985274d75ea3..0000000000000
--- a/packages/block-library/src/separator/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,7 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/separator block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/separator/test/index.js b/packages/block-library/src/separator/test/index.js
deleted file mode 100644
index 8041257d0caa6..0000000000000
--- a/packages/block-library/src/separator/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/separator', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/shortcode/test/__snapshots__/index.js.snap b/packages/block-library/src/shortcode/test/__snapshots__/index.js.snap
deleted file mode 100644
index 5ef96b79116b0..0000000000000
--- a/packages/block-library/src/shortcode/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,33 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/shortcode block edit matches snapshot 1`] = `
-
-
-
-
-`;
diff --git a/packages/block-library/src/shortcode/test/index.js b/packages/block-library/src/shortcode/test/index.js
deleted file mode 100644
index e0fe629323ba7..0000000000000
--- a/packages/block-library/src/shortcode/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/shortcode', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/table/test/__snapshots__/index.js.snap b/packages/block-library/src/table/test/__snapshots__/index.js.snap
deleted file mode 100644
index 6361bb4649ea4..0000000000000
--- a/packages/block-library/src/table/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,54 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/table block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/table/test/index.js b/packages/block-library/src/table/test/index.js
deleted file mode 100644
index cfd3b3916a6ff..0000000000000
--- a/packages/block-library/src/table/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/table', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/test/helpers/index.js b/packages/block-library/src/test/helpers/index.js
deleted file mode 100644
index 2f672f2090bd3..0000000000000
--- a/packages/block-library/src/test/helpers/index.js
+++ /dev/null
@@ -1,33 +0,0 @@
-/**
- * External dependencies
- */
-import { render } from 'enzyme';
-import { noop } from 'lodash';
-
-/**
- * WordPress dependencies
- */
-import {
- createBlock,
- getBlockType,
- registerBlockType,
-} from '@wordpress/blocks';
-import { BlockEdit } from '@wordpress/block-editor';
-import '@wordpress/editor';
-
-export const blockEditRender = ( name, settings ) => {
- if ( ! getBlockType( name ) ) {
- registerBlockType( name, settings );
- }
- const block = createBlock( name );
-
- return render(
-
- );
-};
diff --git a/packages/block-library/src/text-columns/test/__snapshots__/index.js.snap b/packages/block-library/src/text-columns/test/__snapshots__/index.js.snap
deleted file mode 100644
index 4f89f08374630..0000000000000
--- a/packages/block-library/src/text-columns/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,76 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/text-columns block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/text-columns/test/index.js b/packages/block-library/src/text-columns/test/index.js
deleted file mode 100644
index 61f0796e30ce8..0000000000000
--- a/packages/block-library/src/text-columns/test/index.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/text-columns', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- expect( console ).toHaveWarnedWith(
- 'The Text Columns block is deprecated and will be removed. Please use the Columns block instead.'
- );
- } );
-} );
diff --git a/packages/block-library/src/verse/test/__snapshots__/index.js.snap b/packages/block-library/src/verse/test/__snapshots__/index.js.snap
deleted file mode 100644
index 617e1296fbcad..0000000000000
--- a/packages/block-library/src/verse/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,34 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/verse block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/verse/test/index.js b/packages/block-library/src/verse/test/index.js
deleted file mode 100644
index e1150b440fdc4..0000000000000
--- a/packages/block-library/src/verse/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/verse', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );
diff --git a/packages/block-library/src/video/test/__snapshots__/index.js.snap b/packages/block-library/src/video/test/__snapshots__/index.js.snap
deleted file mode 100644
index 88942a51fb5c1..0000000000000
--- a/packages/block-library/src/video/test/__snapshots__/index.js.snap
+++ /dev/null
@@ -1,53 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`core/video block edit matches snapshot 1`] = `
-
-`;
diff --git a/packages/block-library/src/video/test/index.js b/packages/block-library/src/video/test/index.js
deleted file mode 100644
index a947f278a5882..0000000000000
--- a/packages/block-library/src/video/test/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Internal dependencies
- */
-import { name, settings } from '../';
-import { blockEditRender } from '../../test/helpers';
-
-describe( 'core/video', () => {
- test( 'block edit matches snapshot', () => {
- const wrapper = blockEditRender( name, settings );
-
- expect( wrapper ).toMatchSnapshot();
- } );
-} );