jest-extended icon indicating copy to clipboard operation
jest-extended copied to clipboard

VSCode do not support this.

Open Aminadav opened this issue 6 years ago • 5 comments

VSCode do not support this

How can I make it intellisense?

image

Aminadav avatar Jun 26 '18 09:06 Aminadav

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.

benjaminkay93 avatar Sep 07 '18 14:09 benjaminkay93

One workaround is to require jest-extended explicitly

mdluo avatar Oct 18 '18 08:10 mdluo

Create a globals.d.ts file with this: import "jest-extended";

lonix1 avatar Apr 01 '19 06:04 lonix1

@lonix1 will it includes the file in bundle?

rsbh avatar Apr 25 '20 12:04 rsbh

@rishabh09 I can't remember, but I think so. Try it, it's quick to do.

lonix1 avatar Apr 26 '20 03:04 lonix1