Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
"get-environment-variables": function(){
var first_env = ev('(car (get-environment-variables))');
assert.ok(BiwaScheme.isPair(first_env));
assert.ok(_.isString(first_env.car));
assert.ok(_.isString(first_env.cdr));
}
};