Skip to content

Commit

Permalink
New version released : 1.0.167
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexCaptain committed Nov 17, 2022
1 parent b8883ca commit 0b518e2
Show file tree
Hide file tree
Showing 99 changed files with 4,934 additions and 7,601 deletions.
2 changes: 2 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
".git",
".github",
".gitignore",
".nyc_output",
".nycrc.json",
".prettierrc",
"CHANGELOG.md",
Expand All @@ -47,6 +48,7 @@
"desktop.ini",
"dist",
"docs",
"log",
"mocha.html",
"node_modules",
"package.json",
Expand Down
2 changes: 1 addition & 1 deletion coverage/browser/browser.spec.js

Large diffs are not rendered by default.

623 changes: 148 additions & 475 deletions coverage/nodejs/KoconutArray.spec.js

Large diffs are not rendered by default.

254 changes: 56 additions & 198 deletions coverage/nodejs/KoconutMap.spec.js

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions coverage/nodejs/KoconutPrimitive.spec.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
"use strict";

var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");

var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));

var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));

var _chai = require("chai");

var _module = require("../../dist/module");

describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function () {
it(_module.KoconutPrimitive.prototype["let"].name, (0, _asyncToGenerator2["default"])(_regenerator["default"].mark(function _callee() {
var koconut, result;
Expand All @@ -23,11 +18,9 @@ describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function ()
return koconut["let"](function (result) {
return result + 2;
});

case 4:
result = _context.sent;
(0, _chai.expect)(result).to.be.eqls(7);

case 6:
case "end":
return _context.stop();
Expand All @@ -48,7 +41,6 @@ describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function ()
return koconut.onEachIndexed(function (index, eachElement) {
(0, _chai.expect)(eachElement).to.be.equals(index + 1);
}).process();

case 5:
case "end":
return _context2.stop();
Expand All @@ -68,11 +60,9 @@ describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function ()
return koconut.also(function (result) {
result.push(6, 7, 8);
});

case 4:
result = _context3.sent;
(0, _chai.expect)(result).to.be.eqls([1, 2, 3, 4, 5, 6, 7, 8]);

case 6:
case "end":
return _context3.stop();
Expand All @@ -90,11 +80,9 @@ describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function ()
(0, _chai.expect)(koconut).to.be.instanceOf(_module.KoconutPrimitive);
_context4.next = 4;
return koconut.retrieve();

case 4:
result = _context4.sent;
(0, _chai.expect)(result).to.be.eqls(koconut);

case 6:
case "end":
return _context4.stop();
Expand All @@ -112,11 +100,9 @@ describe("".concat(_module.KoconutPrimitive.name, " -- Processor"), function ()
(0, _chai.expect)(koconut).to.be.instanceOf(_module.KoconutPrimitive);
_context5.next = 4;
return koconut["yield"]();

case 4:
result = _context5.sent;
(0, _chai.expect)(result).to.be.equals(5);

case 6:
case "end":
return _context5.stop();
Expand Down
Loading

0 comments on commit 0b518e2

Please sign in to comment.