Jest: Property '$style' does not exist on type 'Vue'
Hello.
There is a project in Nuxt 2.
I have a component is module CSS :
And I want to check that this class exist. My test is:
But I recieve the error:
What is correct way to check if such class exists?
There is a project in Nuxt 2.
I have a component is module CSS :
And I want to check that this class exist. My test is:
But I recieve the error:
What is correct way to check if such class exists?
