Commit 87be7c1
[TestRunner] Add
This allows a workflow with:
* Running `watch_build` to re-compile files
with esbuild after each change in a matter of milliseconds.
* Triggering tests after re-compilation without paying
the setup costs again and without needing to run the tests
again.
Bug: none
Change-Id: If8317b07e484e8f33fd902650601c1c946a61fc6
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6185445
Commit-Queue: Philip Pfaffe <[email protected]>
Commit-Queue: Ergün Erdoğmuş <[email protected]>
Auto-Submit: Ergün Erdoğmuş <[email protected]>
Reviewed-by: Philip Pfaffe <[email protected]>auto-watch option for unit tests1 parent 798b81f commit 87be7c1
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| 110 | + | |
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments