(/** @type {number} */ bytes)
| 10 | const expectNoDeprecations = require("./helpers/expectNoDeprecations"); |
| 11 | |
| 12 | const toMiB = (/** @type {number} */ bytes) => |
| 13 | `${Math.round(bytes / 1024 / 1024)}MiB`; |
| 14 | const base = path.join(__dirname, "memoryLimitCases"); |
| 15 | const outputBase = path.join(__dirname, "js", "memoryLimit"); |
| 16 | const tests = fs |
no outgoing calls
no test coverage detected