From 0dcd3cd2c1ab1c7a7eb64bc0a82707031b4955dd Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 15 May 2025 17:30:47 -0400 Subject: [PATCH] skip failing test for now --- .../validator/samples/class-state-constructor-9/_config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/svelte/tests/validator/samples/class-state-constructor-9/_config.js 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 +});