| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e4f3468 commit d66e52f
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,6 @@ | |||
| 3 | 3 | import common from './index.js'; | |
| 4 | 4 | ||
| 5 | 5 | const { | |
| 6 | - PORT, | ||
| 7 | 6 | isMainThread, | |
| 8 | 7 | isWindows, | |
| 9 | 8 | isWOW64, | |
@@ -63,7 +62,6 @@ const { | |||
| 63 | 62 | } = common; | |
| 64 | 63 | ||
| 65 | 64 | export { | |
| 66 | - PORT, | ||
| 67 | 65 | isMainThread, | |
| 68 | 66 | isWindows, | |
| 69 | 67 | isWOW64, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,4 +3,4 @@ | |||
| 3 | 3 | import testpy | |
| 4 | 4 | ||
| 5 | 5 | def GetConfiguration(context, root): | |
| 6 | - return testpy.SimpleTestConfiguration(context, root, 'es-module') | ||
| 6 | + return testpy.ParallelTestConfiguration(context, root, 'es-module') | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments