()
| 12 | const { internalBinding } = require('internal/test/binding'); |
| 13 | |
| 14 | function testFastOs() { |
| 15 | assert.strictEqual(typeof totalmem(), 'number'); |
| 16 | assert.strictEqual(typeof freemem(), 'number'); |
| 17 | assert.strictEqual(typeof availableParallelism(), 'number'); |
| 18 | } |
| 19 | |
| 20 | eval('%PrepareFunctionForOptimization(testFastOs)'); |
| 21 | testFastOs(); |
no outgoing calls
no test coverage detected
searching dependent graphs…