Improve settings
This commit is contained in:
parent
39e19a3c64
commit
7f628180f0
7 changed files with 190 additions and 14 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%20Copy')).toBe(
|
||||
VibeId.VelvetObservatory
|
||||
);
|
||||
expect(
|
||||
getVibeIdFromUri('https://example.test/?vibe=Velvet%20Observatory%20Copy')
|
||||
).toBe(VibeId.VelvetObservatory);
|
||||
});
|
||||
|
||||
it('uses query values before path or hash fallbacks', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue