1.0.0 • Published 4 years ago

work-schedule-ui v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

work-schedule-ui

Debugging:

*: Chrome debugging extension needed 0. If you want to test both the service and the UI then: a. open service project b. choose 'Service Debugger' 1. choose, 'UI Debugger' 2. choose, Chrome Debugger'

Jest Debugging:

  1. If you want to run the debugger on multiple jest files; then choose "Jest All"
  2. If you want to run the debugger on one file; then make sure that jest file is the current file and click on the, "Jest Current File"
  3. The debugger gets confused when there are multiple files with the same name. For example, "shifts". In order to fix that you need to use, "Jest Enter File Name" then you can enter either, "utils/shifts" or, "store/shifts" and the debugger will work.