Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed May 25, 2024
1 parent d3342e1 commit 0a66940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { PluginAPI } from 'tailwindcss/types/config'

const warn = spyOn(console, 'warn')

it(`should be possible to use defaultTheme...InRems values`, async () => {
it(`should be possible to use converted defaultTheme values`, async () => {
const result = await run({
content: [
{
Expand Down

0 comments on commit 0a66940

Please sign in to comment.