2.0.0 • Published 7 years ago

ts-jest-wallaby-vscode v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Template: Typescript + Jest + Wallaby + VSCode

Template basic project with the Typescript, Jest framework for unit tests, Wallaby config for visualization of the Jest test results and VSCode settings for the Typescript compilation.

⚡ Typescript setup in VSCode

The compiler is already set up to watch for any changes in .vscode/tasks.json
Ctrl+Shift+B will activate the compiler task

npm start
npm run dev

After compilation these commands should work. The latter will start with nodemon.

⚡ Jest setup

npm install
npm test

First command will install jest package, second — will run the tests. But you probably won't need it much with the wallaby.

⚡ Wallaby setup with Jest in VSCode

Ctrl+Shift+=
-> Select Configuration File
-> wallaby.js
(once for a new project)

Ctrl+Shift+=
-> Start
(or Ctrl+Shift+R R)

At the end of the setup you should be looking at something like this: Screenshot

2.0.1

7 years ago

2.0.0

7 years ago