diff --git a/packages/svelte/tests/validator/samples/class-state-constructor-9/_config.js b/packages/svelte/tests/validator/samples/class-state-constructor-9/_config.js new file mode 100644 index 0000000000..18cc8bd6d1 --- /dev/null +++ b/packages/svelte/tests/validator/samples/class-state-constructor-9/_config.js @@ -0,0 +1,5 @@ +import { test } from '../../test'; + +export default test({ + skip: true // TODO delete this file so the test runs +});