increase timeout so that tests pass on this horrendously expensive piece of shit laptop i am forced to use. PS fuck you, apple

pull/1700/merge
Rich Harris 6 years ago
parent 01b0a47cd5
commit a4d412fb53

@ -18,7 +18,9 @@ function normalize(str) {
const cwd = process.cwd();
describe('cli', () => {
describe('cli', function() {
this.timeout(10000);
afterEach(() => {
process.chdir(cwd);
});

Loading…
Cancel
Save