Skip to content

Commit 47167fe

Browse files
Test: Remove mock theme preview object indication
1 parent 3290cdf commit 47167fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/qunit/wp-admin/js/theme.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
QUnit.module( 'Theme Keyboard Navigation', function( hooks ) {
88
var themePreview, nextCalled, prevCalled;
99

10-
// Mock theme preview object
1110
function createThemePreview() {
1211
return {
1312
nextTheme: function() { nextCalled++; },

0 commit comments

Comments
 (0)