Skip to content

Commit

Permalink
each individual test should set isSupported
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Nov 11, 2019
1 parent 8653bf9 commit 8a0dcce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/test-ssr-template-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ describes.fakeWin(
let findAndRenderTemplate;
let findAndRenderTemplateArray;
beforeEach(() => {
ssrTemplateHelper.isSupported = () => Promise.resolve(true);
findAndSetHtmlForTemplate = sandbox.stub(
templates,
'findAndSetHtmlForTemplate'
Expand Down

0 comments on commit 8a0dcce

Please sign in to comment.