aboutsummaryrefslogtreecommitdiff
path: root/test/scripts/apidoc/module.example.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/apidoc/module.example.ts')
-rw-r--r--test/scripts/apidoc/module.example.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/scripts/apidoc/module.example.ts b/test/scripts/apidoc/module.example.ts
new file mode 100644
index 00000000..ef646659
--- /dev/null
+++ b/test/scripts/apidoc/module.example.ts
@@ -0,0 +1,11 @@
+/**
+ * Description with a link to our [website](https://fakerjs.dev/)
+ * and [api docs](https://fakerjs.dev/api/).
+ */
+export class ModuleFakerJsLinkTest {}
+
+/**
+ * Description with a link to our [website](https://next.fakerjs.dev/)
+ * and [api docs](https://next.fakerjs.dev/api/).
+ */
+export class ModuleNextFakerJsLinkTest {}