Closed OR13 closed 2 years ago
const edv = require('edv-client'); it('can require edv', () => { console.log(edv); });
This will eventually error with FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
when run in jest... I think this is caused by minimal-cipher...
"jest": "^26.6.3"
Downgrading jest to
"jest": "22.0.0"
resolved this issue.
I using tsdx downgrade to :
"tsdx": "^0.13.2",
Should be addressed by #103.
This will eventually error with
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
when run in jest... I think this is caused by minimal-cipher...