Skip to content

Commit

Permalink
E2E Tests: Remove unused JSDoc docblock (#21297)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored Mar 31, 2020
1 parent d0ee7da commit 7e964a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/e2e-tests/specs/editor/various/links.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ import {
pressKeyWithModifier,
} from '@wordpress/e2e-test-utils';

/**
* The modifier keys needed to invoke a 'select the next word' keyboard shortcut.
*
* @type {string}
*/

describe( 'Links', () => {
beforeEach( async () => {
await createNewPost();
Expand Down

0 comments on commit 7e964a8

Please sign in to comment.