| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8f2d982 commit 996cef5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,8 @@ import { deepStrictEqual } from 'node:assert'; | |||
| 5 | 5 | import { mkdir, rm, cp } from 'node:fs/promises'; | |
| 6 | 6 | import { execPath } from 'node:process'; | |
| 7 | 7 | ||
| 8 | + tmpdir.refresh(); | ||
| 9 | + | ||
| 8 | 10 | const base = tmpdir.fileURL(`test-esm-loader-resolve-type-${(Math.random() * Date.now()).toFixed(0)}`); | |
| 9 | 11 | const moduleName = 'module-counter-by-type'; | |
| 10 | 12 | const moduleURL = new URL(`${base}/node_modules/${moduleName}`); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments