Skip to content
Snippets Groups Projects

chore: :cake: Refactor Rebranding

Merged Hannes Heine requested to merge 5153-refactor-rebranding into master
15 files
+ 115
38
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -121,7 +121,7 @@ describe('Location Service', () => {
const result = await query({ query: queryLocations, variables })
expect(result.data.queryLocations).toEqual(
expect.arrayContaining([
{ id: 'place.14094307404564380', place_name: 'Berlin, Germany' },
{ id: expect.stringMatching(/^place\.[0-9]+$/), place_name: 'Berlin, Germany' },
{
id: expect.stringMatching(/^place\.[0-9]+$/),
place_name: 'Berlin, Maryland, United States',
Loading