// import Image from './image'; // describe('attrs', () => { // test('fallback', () => { // const image = new Image(); // expect(image.width).toBe(150); // expect(image.height).toBe(150); // expect(image.color).toBe('#ccc'); // }); // }); test.todo('jsdom に customElements が無い為、将来対応予定');