Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Chrastina committed Apr 12, 2023
1 parent d322532 commit 250b201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { Element as DomHandlerElement } from 'domhandler';
describe('<RichTextElement/>', () => {

var mockClient = createDeliveryClient({
projectId: 'dummyClient',
environmentId: 'dummyClient',
});

const complexItemResponse = mockClient.item("dummyItem")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Element as DomHandlerElement } from 'domhandler';
describe('<RichTextElement/> readme code samples', () => {

var mockClient = createDeliveryClient({
projectId: 'dummyClient',
environmentId: 'dummyClient',
});

const response = mockClient.item("dummyItem")
Expand Down

0 comments on commit 250b201

Please sign in to comment.