svelte/test/runtime/samples/onmount-async/_config.js

4 lines
69 B

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