Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaskasky committed Jan 6, 2025
1 parent ba3075a commit 3e0e324
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/vanilla/store.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1088,10 +1088,6 @@ it('should pass store and atomState to the atom initializer', () => {
})

it('runs recomputeDependents on atoms in the correct order', async () => {
const store = createStore().unstable_derive((getAtomState, ...storeArgs) => [
(a) => Object.assign(getAtomState(a), { label: a.debugLabel }),
...storeArgs,
])
let i = 0
function createHistoryAtoms<T>(initialValue: T) {
const historyStackAtom = atom<T[]>([initialValue])
Expand Down

0 comments on commit 3e0e324

Please sign in to comment.