Skip to content

Commit 0ff9f1a

Browse files
committed
📝 Add deprecation message on test module
1 parent c4bb099 commit 0ff9f1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

denops_std/test/mod.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
// Re-export
1+
/**
2+
* This module is deprecated. Use https://deno.land/x/denops_test/mod.ts instead.
3+
*
4+
* @deprecated
5+
* @module
6+
*/
27
export { test } from "https://deno.land/x/denops_core@v3.3.0/test/mod.ts";
38
export type { TestDefinition } from "https://deno.land/x/denops_core@v3.3.0/test/mod.ts";

0 commit comments

Comments
 (0)