blob: 0675482cb80b2c78db7b20afb08839224d29048e [file]
describe('spec in file ending with .test.cjs', () => {
it('should run', () => {
expect(true).toBe(true);
});
});