Skip to content

Commit

Permalink
添加单测:lodashTest.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Oct 16, 2024
1 parent eddc285 commit d97ec57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/mitmproxy/test/lodashTest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const lodash = require('lodash')

const arr1 = [1, 2, 3]
const arr2 = [3, 2, 1]
console.log(lodash.isEqual(arr1.sort(), arr2.sort()))

0 comments on commit d97ec57

Please sign in to comment.