| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a448c8b commit 7a70dce
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,8 +53,6 @@ for (const tr in tests) { | |||
| 53 | 53 | ||
| 54 | 54 | const file = path.join(tmpdir.path, traceFile); | |
| 55 | 55 | ||
| 56 | - // Confirm that trace log file is created. | ||
| 57 | - assert(common.fileExists(file)); | ||
| 58 | 56 | const data = fs.readFileSync(file); | |
| 59 | 57 | const traces = JSON.parse(data.toString()).traceEvents | |
| 60 | 58 | .filter((trace) => trace.cat !== '__metadata'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments