Upgrading to react-test-renderer and snapshots; Fixing tests

This commit is contained in:
James Barnsley
2021-03-18 20:52:30 +13:00
parent d222e381eb
commit cbcc79aa64
8 changed files with 578 additions and 117 deletions

View File

@ -8,7 +8,7 @@ import { isLoading } from '../../src/js/util/helpers';
describe('isLoading', () => {
const load_queue = {
'spotify:playlist:123': 'Some load queue value',
'guid1234ABC': 'spotify:playlist:123',
'stuff:and_things': 'stuff:and_things',
};