Skip to content

Commit

Permalink
chore: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Nov 24, 2024
1 parent 6337cba commit 6a8dc11
Show file tree
Hide file tree
Showing 17 changed files with 1,992 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,8 @@ lib/
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions

# Cursor
.cursorrules
.cursorignore
5 changes: 4 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ module.exports = {
".eslintrc",
],
setupFiles: [
"./jest-setup.js",
"./test/jest-setup.js",
"./node_modules/react-native-gesture-handler/jestSetup.js",
],
setupFilesAfterEnv: ["@testing-library/jest-native/extend-expect"],
testEnvironment: "node",
transformIgnorePatterns: [],
reporters: [
"./test/reporter.js",
],
};
Loading

0 comments on commit 6a8dc11

Please sign in to comment.