Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. > git log .
  2. commit ae6120c1d32cd5929395dc52d8d8aac8b7ab9d42
  3. Author: Salonen Ville <ville.salonen@tieto.com>
  4. Date: Thu Sep 29 10:59:06 2016 +0300
  5.  
  6. Tests can be run with npm run test or test-debug
  7.  
  8. - npm run test executes tests using PhantomJS. Tests are executed once and then process exits.
  9. - npm run test-debug executes tests using Chrome. Test files are monitored and if any of them change, tests are executed again.
  10.  
  11. Also:
  12. - Updated README.md.
  13. - Removed gulpfile.js which wasn't used in anyway.
  14.  
  15. commit 51e2f2dc25346164fe5e20dbbc0089ce57a1a252
  16. ...
  17.  
  18.  
  19. VS
  20.  
  21.  
  22. > git log -n 2
  23. commit 17b98ddf1ccb4cbb14b5057317aa3ae8c096e203
  24. Merge: dd0914c ae6120c
  25. Author: Salonen Ville <Ville.Salonen@tieto.com>
  26. Date: Thu Sep 29 12:56:57 2016 +0300
  27.  
  28. Tests can be run with npm run test or test-debug
  29.  
  30. - npm run test executes tests using PhantomJS. Tests are executed once and then process exits.
  31. - npm run test-debug executes tests using Chrome. Test files are monitored and if any of them change, tests are executed again.
  32.  
  33. Also:
  34. - Updated README.md.
  35. - Removed gulpfile.js which wasn't used in anyway.
  36.  
  37. Related work items: #221007
  38.  
  39. commit ae6120c1d32cd5929395dc52d8d8aac8b7ab9d42
  40. Author: Salonen Ville <ville.salonen@tieto.com>
  41. Date: Thu Sep 29 10:59:06 2016 +0300
  42.  
  43. Tests can be run with npm run test or test-debug
  44.  
  45. - npm run test executes tests using PhantomJS. Tests are executed once and then process exits.
  46. - npm run test-debug executes tests using Chrome. Test files are monitored and if any of them change, tests are executed again.
  47.  
  48. Also:
  49. - Updated README.md.
  50. - Removed gulpfile.js which wasn't used in anyway.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement