Skip to content

Commit

Permalink
Maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Xotic750 committed Jan 30, 2020
1 parent 4de925b commit 8c15943
Show file tree
Hide file tree
Showing 7 changed files with 6,054 additions and 2,089 deletions.
2 changes: 1 addition & 1 deletion __tests__/array-all-x.test.js
Expand Up @@ -220,7 +220,7 @@ describe('all', () => {
const callback = jest.fn();
const string = '1';
all(string, callback);
expect(callback).toHaveBeenCalledWith('1', 0, string);
expect(callback).toHaveBeenCalledWith('1', 0, Object(string));
});

itHasDoc('should work wih DOM elements', () => {
Expand Down
2 changes: 1 addition & 1 deletion dist/array-all-x.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/array-all-x.min.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/array-all-x.min.js.LICENSE.txt
@@ -0,0 +1,13 @@
/*!
{
"author": "Graham Fairweather",
"copywrite": "Copyright (c) 2019-present",
"date": "2020-01-30T21:14:27.634Z",
"describe": "",
"description": "Like Array.forEach but does not skip holes.",
"file": "array-all-x.min.js",
"hash": "3aa3173de2647143f11a",
"license": "MIT",
"version": "1.1.2"
}
*/
2 changes: 1 addition & 1 deletion dist/array-all-x.min.js.map

Large diffs are not rendered by default.

0 comments on commit 8c15943

Please sign in to comment.