Skip to content

Commit 6604879

Browse files
fix syntax on writing tests guide (cerebral#329)
fix syntax on writing tests guide
2 parents a64771e + d02fb72 commit 6604879

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)