Skip to content

Commit

Permalink
Bun is catching up
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 22, 2024
1 parent dd10163 commit 1002b67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/knip/test/workspaces-self-reference.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ import { resolve } from '../src/util/path.js';
import baseArguments from './helpers/baseArguments.js';
import baseCounters from './helpers/baseCounters.js';

const skipIf = typeof Bun !== 'undefined' ? test.skip : test;

skipIf('Find unused files, dependencies and exports in workspaces with cross self-references', async () => {
test('Find unused files, dependencies and exports in workspaces with cross self-references', async () => {
const cwd = resolve('fixtures/workspaces-self-reference');

const { counters } = await main({
Expand Down

0 comments on commit 1002b67

Please sign in to comment.