• XhmikosR's avatar
    Alternative solution. · b9577a1c
    XhmikosR authored
    Rely on `site.url` which is different for production. In that case do nothing with the search result, otherwise when in development remove our url from it.
    b9577a1c
setupOutputTests.js 113 bytes
beforeAll(() => {
  jest.setTimeout(1000 * 60 * 5);
});
beforeEach(() => {
  jest.setTimeout(1000 * 60 * 5);
});