Skip to content

Commit

Permalink
tests [nfc]: Remove dummy test from exampleData.
Browse files Browse the repository at this point in the history
After the previous commit, this dummy test is no longer needed.
Remove.
  • Loading branch information
rk-for-zulip committed Apr 8, 2020
1 parent 50a07b8 commit 1398cb2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/__tests__/lib/exampleData.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ import { ACCOUNT_SWITCH, LOGIN_SUCCESS, REALM_INIT } from '../../actionConstants
import rootReducer from '../../boot/reducers';
import { authOfAccount } from '../../account/accountMisc';

// TODO either fix Jest test-discovery patterns, or rename this file,
// so this dummy test isn't required.
describe('nothing', () => {
test('nothing', () => {});
});

/** Return an integer 0 <= N < end, roughly uniformly at random. */
const randInt = (end: number) => Math.floor(Math.random() * end);

Expand Down

0 comments on commit 1398cb2

Please sign in to comment.