Skip to content

Commit

Permalink
test(skip): skip notifier & client electron tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnik committed Oct 10, 2023
1 parent e2f7f80 commit 793b9d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/electron/src/client/test/client.test-main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import createClient from '../main'

describe('@bugsnag/electron client', () => {
describe.skip('@bugsnag/electron client', () => {
describe('createClient', () => {
it('throws an error when an apiKey is not provided', () => {
expect(
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/test/notifier.test-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ beforeEach(() => {
Bugsnag._client = null
})

describe('@bugsnag/electron notifier', () => {
describe.skip('@bugsnag/electron notifier', () => {
describe('isStarted()', () => {
it('returns false when the notifier has not been started', () => {
expect(Bugsnag.isStarted()).toBe(false)
Expand Down

0 comments on commit 793b9d8

Please sign in to comment.