jest-extended
jest-extended copied to clipboard
VSCode do not support this.
VSCode do not support this
How can I make it intellisense?
erm, I think it does? however, it doesn't work locally for me in my vscode, but I have seen it working on some things.
One workaround is to require jest-extended
explicitly
Create a globals.d.ts
file with this: import "jest-extended";
@lonix1 will it includes the file in bundle?
@rishabh09 I can't remember, but I think so. Try it, it's quick to do.