My module description is empty on deno.land/x/
See original GitHub issueMy module name is dexr
.
It Was visible until just recently.
What should i do?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
deno lint | Manual
Configuration · --rules-tags - List of tag names that will be run. Empty list disables all tags and will only use rules from...
Read more >testing/README.md | std@0.148.0 - Deno
This module provides a few basic utilities to make testing easier and consistent in Deno. Usage. testing/asserts.ts module provides range of assertion helpers....
Read more >testing/README.md | std@0.166.0 - Deno
This allows for changes to reference snapshots to be reviewed along side the code changes that caused them, and ensures that when others...
Read more >Behavior-Driven Development | Manual - Deno
Behavior-Driven Development. With the bdd.ts module you can write your tests in a familiar format for grouping tests and adding setup/teardown hooks used...
Read more >src - Deno Doc
url: string; /** A flag that indicates if the current module is the main module ... Deno.test("My test description", (): void => {...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I misunderstood the meaning of the
description
. Completed successfully, Thanks!The module description on deno.land/x is based on the description on your GitHub repository. To update it on deno.land/x:
Make sure your module is linked to deno.land/x using the new procedure (https://deno.land/x#add). More info at https://deno.land/posts/registry2.
@narwy He is talking about the module description displayed in the module list, not the module itself.