Skip to content

Commit

Permalink
chore: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Jan 26, 2024
1 parent e74d2be commit 8aa762b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// Comment out log level as necessary (e.g. while debugging tests)
global.console = {
...console,
// log: jest.fn(),
// debug: jest.fn(),
// info: jest.fn(),
// warn: jest.fn(),
// error: jest.fn(),
log: jest.fn(),
debug: jest.fn(),
info: jest.fn(),
warn: jest.fn(),
error: jest.fn(),
};

// React Native global
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/utils/deviceId/getDeviceId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

// TODO: add native impl of this
// TODO: add tests
import { Cache } from '../../Cache';
import { amplifyUuid } from '../amplifyUuid';

Expand Down

0 comments on commit 8aa762b

Please sign in to comment.