Browse Source

Fixed linter error.

Piotrek Koszuliński 9 năm trước cách đây
mục cha
commit
8fee5b137a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      dev/tests/dev/create-package.js

+ 0 - 1
dev/tests/dev/create-package.js

@@ -16,7 +16,6 @@ const git = require( '../../tasks/dev/utils/git' );
 const path = require( 'path' );
 
 describe( 'dev-create-package', () => {
-	const emptyFn = () => { };
 	let spies;
 
 	const mainRepositoryPath = '/path/to/repository';