diff options
author | Vitaly Takmazov | 2018-07-06 02:11:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | ea1b9039ae221355cfaabb16fc43dab5917bea56 (patch) | |
tree | 9e9c40a33cfcbd69062dae77a68964929f952368 /vnext/src/components/__tests__/Footer.test.js | |
parent | 91faf0911184bb430170d021195d008b977e0ac4 (diff) |
Fix eslint warnings
Diffstat (limited to 'vnext/src/components/__tests__/Footer.test.js')
-rw-r--r-- | vnext/src/components/__tests__/Footer.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/__tests__/Footer.test.js b/vnext/src/components/__tests__/Footer.test.js index 17461b85..5550c663 100644 --- a/vnext/src/components/__tests__/Footer.test.js +++ b/vnext/src/components/__tests__/Footer.test.js @@ -15,4 +15,4 @@ test('Footer renders correctly with and without sponsors', () => { ); footerTree = sponsoredFooter.toJSON(); expect(footerTree).toMatchSnapshot(); -});
\ No newline at end of file +}); |