beforeEach(async (): Promise<void> => {
    const node = await import('./node.js');

    TD = node.TextDecoder;
  });