Skip to content
Prev Previous commit
Next Next commit
fix test name
  • Loading branch information
RobinMalfait committed Sep 24, 2024
commit 2cbb8e79dfffe32c9ec6e822efbb4829a610c360
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function migrate(input: string) {
.then((result) => result.css)
}

it('should migrate rules between tw directives', async () => {
it('should migrate rules between tailwind directives', async () => {
expect(
await migrate(css`
@tailwind base;
Expand Down