Skip to content
Merged
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
2 changes: 1 addition & 1 deletion formulus/__tests__/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

import React from 'react';
import {render} from '@testing-library/react-native';
import {jest, describe, test, expect} from '@jest/globals';

// Mock the App component instead of trying to render the real one
// This avoids issues with native modules and database initialization
jest.mock('../App', () => {
const React = require('react');
const {View} = require('react-native');
return function MockedApp() {
return <View testID="mocked-app" />;
Expand Down
Binary file modified formulus/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading