Simplest Typescript, Yarn 2, Plug-n-Play, Jest-based app that incorporates our standard components of eslint, prettier.
$ yarn install
The sources
version of yarn can be used instead of berry by removing and regenerating the .yarn directory:
$ yarn teardown
$ yarn set version sources
$ yarn install
$ yarn pnpify --sdk vscode
After which you will need to redo the Install steps above.
NOTE: in VSCode, if Jest keywords like describe
and expect
are showing as undefined, do a "Developer: Reload Window" from the Command Palette to resolve that.
Language: Typescript Module System: Yarn 2 Plug-n-Plug (berry) Test Runner: Jest Code Quality: ESLint, Prettier
VS-Code Plugins used:
- firsttris.vscode-jest-runner
- arcanis.vscode-zipfs
- dbaeumer.vscode-eslint
- esbenp.prettier-vscode