Skip to content

Commit

Permalink
mark test as skipped for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Nov 9, 2023
1 parent 2195aa7 commit a7489ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/svelte2tsx/test/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ const enum TestError {

export function test_samples(dir: string, transform: TransformSampleFn, js: 'js' | 'ts') {
for (const sample of each_sample(dir)) {
if (sample.name.endsWith('.skip')) continue;

const svelteFile = sample.find_file('*.svelte');
const config = {
filename: svelteFile,
Expand Down

0 comments on commit a7489ff

Please sign in to comment.