Skip to content

Commit

Permalink
chore@small
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Nov 5, 2024
1 parent 8af609b commit cedce02
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions source/assocPath.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,6 @@ test('difference with ramda - doesn\'t overwrite primitive values with keys in t
})
})

test('bug 748', () => {
/*
https://github.com/selfrefactor/rambda/issues/748
*/
const obj = {};
let result = assocPathFn(['a', '2'], 3, obj)
let result1 = assocPath(['a', '2'], 3, obj)
console.log({result})
console.log(result1)
})

test('bug 524', () => {
/*
https://github.com/selfrefactor/rambda/issues/524
Expand Down

0 comments on commit cedce02

Please sign in to comment.