Skip to content

Commit 92852b9

Browse files
committed
🌿 Add comments to clarify test purpose
1 parent 3e18bb8 commit 92852b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
import * as _ from "jsr:@std/[email protected]";
1+
// This is a test code that triggers a constraint error.
2+
// It specifies a non-existent version of an existing package.
3+
// DO NOT UPDATE THIS LINE.
4+
import * as _ from "jsr:@std/[email protected]";

0 commit comments

Comments
 (0)