| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4eec919 commit ecc5842
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,6 @@ async function doIt() { | |||
| 26 | 26 | const obs = new PerformanceObserver(common.mustCall((list) => { | |
| 27 | 27 | const entry = list.getEntries()[0]; | |
| 28 | 28 | assert.strictEqual(entry.name, 'doIt'); | |
| 29 | - assert(entry.duration > 100); | ||
| 30 | 29 | assert(check); | |
| 31 | 30 | obs.disconnect(); | |
| 32 | 31 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments