Skip to content

Commit

Permalink
fix: types export (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
simboonlong authored Mar 10, 2022
1 parent 4b42f43 commit b7b34d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
coverageDirectory: "coverage",
setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
setupFilesAfterEnv: ["<rootDir>/src/jest.setup.ts"],
};
File renamed without changes.

0 comments on commit b7b34d0

Please sign in to comment.