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

    TE = node.TextEncoder;
  });