Skip to content

Commit

Permalink
test: mock lit-html/directive-helpers.js module in addons docs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed May 24, 2021
1 parent b9ec80a commit 10e1fab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('web-components component properties', () => {
// because lit-html is distributed as ESM not CJS
// https://github.com/Polymer/lit-html/issues/516
jest.mock('lit-html', () => {});
jest.mock('lit-html/directive-helpers.js', () => {});
// eslint-disable-next-line global-require
const { extractArgTypesFromElements } = require('./custom-elements');

Expand Down

0 comments on commit 10e1fab

Please sign in to comment.