Skip to content

Commit 5571f0b

Browse files
committed
Fix comment
1 parent e0dcb16 commit 5571f0b

File tree

1 file changed

+5
-1
lines changed
  • packages/tailwindcss-language-server/src/testing

1 file changed

+5
-1
lines changed

Diff for: packages/tailwindcss-language-server/src/testing/index.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ export interface TestUtils<TestInput extends Record<string, any>> {
99
/** The "cwd" for this test */
1010
root: string
1111

12-
/** The "cwd" for this test */
12+
/**
13+
* The input for this test — taken from the `inputs` in the test config
14+
*
15+
* @see {TestConfig}
16+
*/
1317
input?: TestInput
1418
}
1519

0 commit comments

Comments
 (0)