Skip to content

Commit

Permalink
prettier searchtokenserver
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed May 13, 2021
1 parent 405f32e commit 779ef45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/search-token-server/.prettierignore
@@ -0,0 +1 @@
CHANGELOG.md
4 changes: 2 additions & 2 deletions packages/search-token-server/server.spec.ts
Expand Up @@ -61,11 +61,11 @@ describe('server', () => {
const doMockPlatformClient = () => {
mockedPlatformClient.mockImplementation(
() =>
(({
({
search: {
createToken: mockedCreateToken,
},
} as unknown) as PlatformClient)
} as unknown as PlatformClient)
);
};

Expand Down

0 comments on commit 779ef45

Please sign in to comment.