Skip to content

Commit 5f2e5f3

Browse files
committed
Update test description
1 parent fd9a34f commit 5f2e5f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ beforeEach(fetch.mockClear);
66
const finishedLoading = jest.fn();
77
beforeEach(finishedLoading.mockClear);
88

9-
describe("Machine with entry", () => {
9+
describe("Machine with entry and exit actions", () => {
1010
function Loader() {
1111
function* idle() {
1212
yield on("FETCH", loading);

0 commit comments

Comments
 (0)