Skip to content

Commit

Permalink
Update electron version in date-time-formatter.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ligiapopescu committed Feb 26, 2024
1 parent a209956 commit 6b4911a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/date-time-formatter.test.ts
Expand Up @@ -29,7 +29,7 @@ const {
describe('date-time-format-options', () => {

test('uses correct version of electron', () => {
expect((process.versions as any).electron).toMatch(/8.*$/);
expect((process.versions as any).electron).toMatch(/9.*$/);
});

describe('functionality', () => {
Expand Down

0 comments on commit 6b4911a

Please sign in to comment.