Skip to content

Commit ed7068d

Browse files
committed
chore: update
1 parent 7b64073 commit ed7068d

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

test/__snapshots__/tsnapi/@nuxt/ui-cli/index.snapshot.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/__snapshots__/tsnapi/@nuxt/ui-cli/index.snapshot.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/exports.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { describePackagesApiSnapshots } from 'tsnapi/vitest'
55
describePackagesApiSnapshots({
66
cwd: fileURLToPath(new URL('..', import.meta.url)),
77
filter(ctx) {
8+
if (!ctx.packageName.startsWith('@vitejs/'))
9+
return false
810
const pkg = JSON.parse(
911
readFileSync(`${ctx.packageRoot}/package.json`, 'utf8'),
1012
)

0 commit comments

Comments
 (0)