Skip to content

Commit

Permalink
test: remove not needed use strict from unit tests (#7393)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed May 10, 2024
1 parent f3fb463 commit ef304f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/rich-text-editor/test/a11y.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import sinon from 'sinon';
import { getDeepActiveElement } from '@vaadin/a11y-base/src/focus-utils.js';

describe('accessibility', () => {
'use strict';
let rte, content, buttons, announcer, editor;

const flushFormatAnnouncer = () => {
Expand Down
1 change: 0 additions & 1 deletion packages/rich-text-editor/test/basic.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import sinon from 'sinon';
import { createImage } from './helpers.js';

describe('rich text editor', () => {
'use strict';
let rte, editor;

const flushValueDebouncer = () => rte.__debounceSetValue && rte.__debounceSetValue.flush();
Expand Down

0 comments on commit ef304f4

Please sign in to comment.