Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Feb 15, 2025
1 parent 2536e04 commit ca00e2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/bunfig.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,9 @@ describe('bunfig', () => {
expect(existsSync(typesFile)).toBe(true)

const content = readFileSync(typesFile, 'utf-8')
expect(content).toContain('export type ConfigNames = \'app\' | \'test\'')
expect(content).toContain('\'app\'')
expect(content).toContain('\'test\'')
expect(content).toContain('export type ConfigNames =')
})

it('should handle empty config directory', () => {
Expand Down

0 comments on commit ca00e2c

Please sign in to comment.