Skip to content

Commit

Permalink
Merge pull request #377 from jwgatt/web-map-site
Browse files Browse the repository at this point in the history
Add tests for LeaderBoard.js
  • Loading branch information
dadiorchen authored Dec 20, 2021
2 parents 0fcce85 + c7e5b58 commit 91789fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/LeaderBoard.cy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react';

import { mountWithTheme as mount } from '../models/test-utils';
import LeaderBoard from './LeaderBoard';


describe('LeaderBoard', () => {
it('renders', () => {
mount(<LeaderBoard />);
});
});

0 comments on commit 91789fb

Please sign in to comment.