Replace references to doma.in with s.test

This commit is contained in:
Alejandro Celaya
2023-01-17 22:53:49 +01:00
parent aac2832eb7
commit d3a644877e
7 changed files with 11 additions and 11 deletions

View File

@@ -28,10 +28,10 @@ jest.mock('react-router-dom', () => ({
describe('<ShortUrlsRow />', () => {
const timeoutToggle = jest.fn(() => true);
const useTimeoutToggle = jest.fn(() => [false, timeoutToggle]) as TimeoutToggle;
const server = Mock.of<ReachableServer>({ url: 'https://doma.in' });
const server = Mock.of<ReachableServer>({ url: 'https://s.test' });
const shortUrl: ShortUrl = {
shortCode: 'abc123',
shortUrl: 'https://doma.in/abc123',
shortUrl: 'https://s.test/abc123',
longUrl: 'https://foo.com/bar',
dateCreated: formatISO(parseDate('2018-05-23 18:30:41', 'yyyy-MM-dd HH:mm:ss')),
tags: [],