Skip to content

Commit

Permalink
chore: use no-unused-expression instead of babel
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsns committed Aug 7, 2020
1 parent 8a57f3b commit 1801f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing-helpers/src/scopedElementsWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ScopedElementsTestWrapper extends ScopedElementsMixin(LitElement) {
this.scopedElements = {};

/** @type {import('./litFixture').LitHTMLRenderable} */
// eslint-disable-next-line babel/no-unused-expressions
// eslint-disable-next-line no-unused-expressions
this.template;
}

Expand Down

0 comments on commit 1801f3f

Please sign in to comment.