This commit is contained in:
parent
216389a707
commit
ea3ada64c9
1 changed files with 3 additions and 3 deletions
|
|
@ -11,9 +11,9 @@ describe('vibe URI handling', () => {
|
|||
expect(getVibeIdFromUri('https://example.test/?vibe=Aurora%20Mycelium')).toBe(
|
||||
VibeId.AuroraMycelium
|
||||
);
|
||||
expect(
|
||||
getVibeIdFromUri('https://example.test/?vibe=Velvet%20Observatory')
|
||||
).toBe(VibeId.VelvetObservatory);
|
||||
expect(getVibeIdFromUri('https://example.test/?vibe=Velvet%20Observatory')).toBe(
|
||||
VibeId.VelvetObservatory
|
||||
);
|
||||
});
|
||||
|
||||
it('uses query values before path or hash fallbacks', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue