Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rortan134 committed May 28, 2022
1 parent f2eecd1 commit ddcd82a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-gif",
"version": "1.0.0",
"version": "1.0.1",
"description": "React hook for creating client-side GIFs from DOM animations",
"author": "rortan134 (https://github.com/rortan134)",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions src/__tests__/useGif.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { renderHook, act } from "@testing-library/react-hooks";

import { defaultOptions, useGif } from "../useGif";

// ToDo

describe("useGif", () => {
jest.useFakeTimers();

Expand Down

0 comments on commit ddcd82a

Please sign in to comment.