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 .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
env:
CSC_LINK: ${{ secrets.mac_certs }}
CSC_KEY_PASSWORD: ${{ secrets.mac_certs_password }}
run: yarn make:macos
run: yarn make:macos -c.mac.identity=null

- name: Clean up builds
run: rm -rfv dist/mac
Expand Down
2 changes: 1 addition & 1 deletion src/js/components/__snapshots__/notification.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exports[`components/notification.js should render itself & its children 1`] = `
</span>
- Updated

over 2 years ago
in over 3 years
</div>
</div>
<div
Expand Down
2 changes: 2 additions & 0 deletions src/js/components/notification.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ describe('components/notification.js', () => {
});

it('should render itself & its children', async () => {
(global as any).Date.now = jest.fn(() => new Date('2014'));

const props = {
markNotification: jest.fn(),
markOnClick: false,
Expand Down