Skip to content

Commit

Permalink
🐛 fix CI github #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Danezis committed Feb 14, 2022
1 parent a28bbdd commit 51d34a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__test__/store.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jest.mock('$app/env', () => ({
},
}))

jest.mock('$lib/stores', () => {return jest.requireActual('./mockedstores')})
jest.mock('$lib/stores', () => {return jest.requireActual('./mockedStores')})


let timelineStore = new Struct.TimelineStore()
Expand Down

0 comments on commit 51d34a2

Please sign in to comment.