leakage icon indicating copy to clipboard operation
leakage copied to clipboard

🐛 Memory leak testing for node.

Results 11 leakage issues
Sort by recently updated
recently updated
newest added

This could possibly also be due to VS 2019, but I doubt it ``` > @airbnb/[email protected] install C:\Users\\Desktop\Programming\rest.js\node_modules\@airbnb\node-memwatch > node-gyp rebuild C:\Users\\Desktop\Programming\rest.js\node_modules\@airbnb\node-memwatch>if not defined npm_config_node_gyp (node "C:\Users\\AppData\Roaming\npm\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else...

bug

I am running the following test multiple times in a row: ``` describe('leaks', function() { it('leak test', function() { this.timeout(100000) return Leakage.iterate.async(async () => { return myFunction() }) }) })...

question

Leakage is incredibly slow on my system (with an Intel(R) Core(TM) i7-3610QM CPU). Take the following minimal example: ``` $ cat leakage.js const sinon = require('sinon'); const leakage = require('leakage');...

bug

We really require this plugin for Vue.js, but I don't know how to proceed.

question

Here is a draft for what the *best practices* should contain. Follow-up of #18. ## Topics ### No console.log() on non-primitive values in tests As @mjhea0 pointed out, the `console.*`...

help wanted
improve documentation
discussion

This change repoints the node-memwatch package dependency to a different fork ([@airbnb/node-memwatch](https://www.npmjs.com/package/@airbnb/node-memwatch)) which supports node 18. Also in this change is a slight implicit change in development tooling to suggest...

Bumps [ajv](https://github.com/ajv-validator/ajv) to 6.12.6 and updates ancestor dependency [standard](https://github.com/standard/standard). These dependencies need to be updated together. Updates `ajv` from 5.5.2 to 6.12.6 Release notes Sourced from ajv's releases. v6.12.6 Fix...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.6.1 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...

dependencies

Removes [node-fetch](https://github.com/node-fetch/node-fetch). It's no longer used after updating ancestor dependency [prop-types](https://github.com/facebook/prop-types). These dependencies need to be updated together. Removes `node-fetch` Updates `prop-types` from 15.6.1 to 15.8.1 Changelog Sourced from prop-types's...

dependencies