Closed PavelSamal closed 3 years ago
Problem
it(`should call ${ROOT_ACTIONS.ACTION} when ... is false`, async () => { }); it(`should call ${ROOT_ACTIONS.ACTION} when ... is false`, async () => { });
We have identical title, but lint don't thrown error
That is the expected behavior. You are using a dynamic string, so we cannot find out the value with static analysis tool.
Problem
We have identical title, but lint don't thrown error