Revert "fix test"
This reverts commit 4b398ae6575a3a024a125c8ae8e200fc2d50414a. Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
@@ -38,7 +38,7 @@ describe('handleMetaRedirects', () => {
|
||||
});
|
||||
return await createTestShadowDom(html, {
|
||||
preTransformers: [],
|
||||
postTransformers: [handleMetaRedirects(entityName)],
|
||||
postTransformers: [handleMetaRedirects(navigate, entityName)],
|
||||
});
|
||||
};
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user