/** * @jest-environment jsdom */ import { first, last, xf } from '../../src/functions.js'; describe('Timer', () => { test('placeholder', () => { expect(1).toBe(1); }); }); // describe('', () => { // test('', () => { // expect().toBe(); // }); // });