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

4 lines
68 B

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