stavalfi / jstream

Represent graphs, differently https://stavalfi.github.io/jstream/
2 stars 0 forks source link

adding jest config, need to define on webstorm --watch #24

Closed yinonc closed 5 years ago

yinonc commented 5 years ago

@stavalfi Configuration for watch: http://www.interload.co.il/upload/3285200.png In order to use "debug" script - for a specific file test, add debugger statement in your test, and add on Chrome: https://chrome.google.com/webstore/detail/nodejs-v8-inspector-manag/gnhhdgbaldcilmgcpfddgdbkhjohddkj

Usage:

  1. Copy working file path (CMD + Shift + C shortcut on webstorm)
  2. run yarn debug + paste filePath and paste Very useful! Chrome debugging is the best
stavalfi commented 5 years ago

cool. just one little thing: remove any ava configuration, files, and dependencies from the project.

stavalfi commented 5 years ago

you did that already haha.. cool

yinonc commented 5 years ago

@stavalfi When you'll have a readme I'll add the whole usage of tests

stavalfi commented 5 years ago

great.

yinonc commented 5 years ago

@stavalfi please approve it I don't have access ATM

stavalfi commented 5 years ago

there are 2 versions of babel/core in package.json. remove one of them.

yinonc commented 5 years ago

@stavalfi done