Skip to content

Commit b8e54e4

Browse files
danielroevinnymac
authored andcommitted
test: remove dupe test
1 parent f69bd6b commit b8e54e4

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

test/unit/run-command.spec.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,6 @@ describe('executable detection and run commands', () => {
131131
).toBe('npx eslint')
132132
})
133133

134-
it('includes command for multi-bin packages', () => {
135-
expect(
136-
getRunCommand({
137-
packageName: 'typescript',
138-
packageManager: 'bunx' as any,
139-
command: 'tsserver',
140-
jsrInfo: jsrNotAvailable,
141-
}),
142-
).toBe('')
143-
})
144-
145134
it('generates correct bun run command with specific command', () => {
146135
expect(
147136
getRunCommand({

0 commit comments

Comments
 (0)