We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test
1 parent c4bb099 commit 0ff9f1aCopy full SHA for 0ff9f1a
denops_std/test/mod.ts
@@ -1,3 +1,8 @@
1
-// Re-export
+/**
2
+ * This module is deprecated. Use https://deno.land/x/denops_test/mod.ts instead.
3
+ *
4
+ * @deprecated
5
+ * @module
6
+ */
7
export { test } from "https://deno.land/x/denops_core@v3.3.0/test/mod.ts";
8
export type { TestDefinition } from "https://deno.land/x/denops_core@v3.3.0/test/mod.ts";
0 commit comments