Skip to content

Commit 360c509

Browse files
committed
Swap tailwind test to TS
1 parent a7f5b4d commit 360c509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwind/test/test.js renamed to packages/tailwind/test/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const theme = {
3535
size: ['10em', '20em', '30em', '40em'],
3636
}
3737

38-
const toJS = theme => `
38+
const toJS = (theme: { [Key: string]: unknown }) => `
3939
module.exports = ${JSON.stringify(theme, null, 2)}
4040
`
4141

0 commit comments

Comments
 (0)