Skip to content

Commit cb1870d

Browse files
a-chabotclaude
andcommitted
test: skip empty private-methods fixtures suite until tests are merged
The private-methods fixtures directory only contains .gitkeep on this branch, causing CI to fail with 'No test found in suite'. Skipping the test suite temporarily until the fixture tests from a-chabot/private-method-fixture-tests are merged. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2820b37 commit cb1870d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@lwc/babel-plugin-component/src/__tests__/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function transformWithPrivateMethodPipeline(source: string, opts = {}) {
142142
return { code };
143143
}
144144

145-
describe('private-methods fixtures', () => {
145+
describe.skip('private-methods fixtures', () => {
146146
testFixtureDir(
147147
{
148148
root: path.resolve(import.meta.dirname, 'fixtures', 'private-methods'),

0 commit comments

Comments
 (0)