False positive "translation of key is missing" for functions that end with a t
See original GitHub issueSteps to reproduce
- Create a file like
dosomething.spec.ts
- Add the line
it('does stuff', () => {...})
- Get info highlights saying `Translation of “does stuff” is missing
I guess it sees it()
and assumes it’s the t function being called as t()
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
False-Positive: Parser Error: Missing expected } at the end of ...
Uncaught (in promise): Template parse errors: Parser Error: Missing expected } at the end of the expression [{{'KEY' | translate:{'arg1': ...
Read more >Type I and type II errors - Wikipedia
In statistical hypothesis testing, a type I error is the mistaken rejection of an actually true null hypothesis (also known as a "false...
Read more >When is a False Positive Not a False Positive in Cybersecurity?
What is a false positive? The phrase “false positive” suggests that there was a positive that was proven false. However, these individual pieces...
Read more >How to Reduce False Positives in AML Transaction Monitoring
Ironically, false-positive rates on the lower end signal that an institution is deploying an overly-specific set of rules, which in practice, ...
Read more >Troubleshoot vulnerability detection - Prisma
Whether a CVE reported by Prisma Cloud is suspected to be a false positive (meaning there is an assumption that the CVE doesn't...
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
@tamj0rd2 You are using it for React right? The bug should be fixed in v1.0.1. Please try it out 😃
@tamj0rd2 thanks! Gonna fix it soon.