Commit fcf64da0 authored by Winnie Hellmann's avatar Winnie Hellmann

Delete dummy test

parent d1251b42
describe('dummy test', () => {
it('waits for a loooooong time', () => {
setTimeout(() => {
throw new Error('broken');
}, 10000);
});
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment