Skip to content

Commit

Permalink
Merge branch 'master' into NOISSUE-only-url-in-error
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	package.json
#	src/calls.ts
#	test/calls.spec.ts
  • Loading branch information
ilya committed Jul 26, 2023
2 parents fcd97cf + 1eeb7fd commit 4b4b8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/liveintent/live-connect-handlers"
},
"description": "Default implementations of LiveConnect handlers.",
"version": "2.0.3-alpha-d22e380.0",
"version": "2.0.3",
"license": "Apache-2.0",
"private": false,
"name": "live-connect-handlers",
Expand Down
4 changes: 1 addition & 3 deletions test/storage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import dirtyChai from 'dirty-chai'
use(dirtyChai)

describe('Storage', () => {
beforeEach(() => jsdom('', {
url: 'http://www.example.com'
}))
beforeEach(() => jsdom('', { url: 'http://www.example.com' }))

const storage = new DefaultStorageHandler(new ReplayEmitter(5))

Expand Down

0 comments on commit 4b4b8a2

Please sign in to comment.