Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Mar 5, 2024
1 parent 19792b5 commit 15c7836
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xe-utils",
"version": "3.5.21",
"version": "3.5.22",
"description": "JavaScript 函数库、工具类",
"main": "index.js",
"unpkg": "dist/xe-utils.umd.min.js",
Expand Down
3 changes: 0 additions & 3 deletions test/base.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2501,9 +2501,6 @@ describe('Base functions', () => {
expect(
XEUtils.clone([['11', /\d/], [[11, [[new Date()], 22, [{ aa: 33 }, 44]]], { jj: 99 }], { uu: 88 }])
).toEqual([['11', /\d/], [[11, [[new Date()], 22, [{ aa: 33 }, 44]]], { jj: 99 }], { uu: 88 }])
expect(
XEUtils.clone(Object.create(null))
).toEqual(Object.create(null))

let v1 = {
num: 11,
Expand Down

0 comments on commit 15c7836

Please sign in to comment.