Skip to content

Commit be7b191

Browse files
author
dphaener
committed
Add import statement to readme
1 parent d95c386 commit be7b191

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ You can see more examples in the tests directory.
8282
You can now test Alt stores using the same API.
8383

8484
~~~js
85+
import TestStore from 'legit-tests/alt/store'
86+
8587
TestStore(MyStore, MyActions)
8688
.setInitialState({ todos: todos })
8789
.addTodo({ title: "Get Beer", complete: false })

0 commit comments

Comments
 (0)