Skip to content

Commit

Permalink
removed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhengshs committed Feb 19, 2025
1 parent e987d31 commit 2f70090
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ import {
pause,
addCommonQueryTests,
} from '../../datastore/__tests__/commonAdapterTests';
import { Amplify } from '@aws-amplify/core';

let innerSQLiteDatabase;

jest.spyOn(Amplify, 'assertConfigured').mockImplementation(jest.fn());
jest.spyOn(Amplify, 'configure').mockImplementation(jest.fn());
jest.spyOn(Amplify, 'getConfig').mockReturnValue({});

jest.mock('@aws-amplify/datastore/src/sync/datastoreConnectivity', () => {
return {
status: () => of(false) as any,
Expand Down

0 comments on commit 2f70090

Please sign in to comment.