| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0c95d45 commit 1022ece
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -351,8 +351,6 @@ const tracker = new assert.CallTracker(); | |||
| 351 | 351 | ||
| 352 | 352 | function func() {} | |
| 353 | 353 | ||
| 354 | - function foo() {} | ||
| 355 | - | ||
| 356 | 354 | // Returns a function that wraps func() that must be called exact times | |
| 357 | 355 | // before tracker.verify(). | |
| 358 | 356 | const callsfunc = tracker.calls(func, 2); | |
@@ -379,8 +377,6 @@ const tracker = new assert.CallTracker(); | |||
| 379 | 377 | ||
| 380 | 378 | function func() {} | |
| 381 | 379 | ||
| 382 | - function foo() {} | ||
| 383 | - | ||
| 384 | 380 | // Returns a function that wraps func() that must be called exact times | |
| 385 | 381 | // before tracker.verify(). | |
| 386 | 382 | const callsfunc = tracker.calls(func, 2); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments