Commit 202e9ae8 authored by Winnie Hellmann's avatar Winnie Hellmann

Add dummy test with setTimeout()

parent d2c01153
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