We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb9b00 commit b3ab738Copy full SHA for b3ab738
tests/utils/generateConferenceName.test.ts
@@ -5,6 +5,6 @@ describe('generateConferenceName', () => {
5
Date.now = jest.fn(() => 1234567890)
6
7
const result = generateConferenceName('+1234567890')
8
- expect(result).toBe('%2B1234567890_at_1234567890')
+ expect(result).toBe('+1234567890_at_1234567890')
9
})
10
0 commit comments