skip async-await tests below node 8

pull/912/head
Rich Harris 7 years ago
parent 5275892152
commit c5943d7b6d

@ -1 +1,3 @@
export default {};
export default {
skip: +(/^v(\d)/.exec(process.version)[0]) < 8
};

@ -1 +1,3 @@
export default {};
export default {
skip: +(/^v(\d)/.exec(process.version)[0]) < 8
};

@ -1 +1,3 @@
export default {};
export default {
skip: +(/^v(\d)/.exec(process.version)[0]) < 8
};

Loading…
Cancel
Save