Manuel Görlich
Manuel Görlich
``` js var JS = require('jstest'); JS.Test.describe('Enumerable.areEqual comparing Promises', function () { with(this) { before(function() { with(this) { this.promises = [ new Promise(function (r) { r('a'); }), new Promise(function (_,...
I updated the ram module to make it independent from the users locale. Before it used the free(1) command and looked for the String "Mem:" to detect the desired output...