Skip to content

Commit

Permalink
✏️ Fix naming in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankapaun committed Jan 8, 2024
1 parent c883157 commit d96f3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bun-transpiler/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('Bun Transpiler middleware', () => {
app.get('/script.tsx', (c) => c.text(TSX))
app.get('/bad.ts', (c) => c.text(BAD))

// serve plugin script to test compliance with serveStatic
// serve middleware script to test compliance with serveStatic
app.get('/index.ts', serveStatic({ root: './src' }))

it('Should ignore non typescript content paths', async () => {
Expand Down

0 comments on commit d96f3ff

Please sign in to comment.