Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ user_data.sh
*.pem
# Sentry Auth Token
.env.sentry-build-plugin

# testing
coverage/
test-report.xml
4 changes: 4 additions & 0 deletions __mocks__/rescriptReactStub.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Stub for @rescript/react modules that don't ship compiled JS.
// These are normally compiled by the project's ReScript build but aren't
// available in the Jest environment.
module.exports = {};
Loading
Loading