Skip to content

Commit d02fb72

Browse files
authored
fix syntax on writing tests guide
1 parent 0c3722b commit d02fb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/overmind-website/examples/guide/writingtests/actionsnapshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('Actions', () => {
2424
})
2525
test('should handle errors', async () => {
2626
const overmind = createOvermindMock(config, {
27-
api = {
27+
api: {
2828
getPost() {
2929
throw new Error('test')
3030
}

0 commit comments

Comments
 (0)