Skip to content

Commit

Permalink
Remove tests as it is not possible with typescript to keep it
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Jul 22, 2020
1 parent 347f2de commit 2490067
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/client_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,6 @@ describe.each([
).rejects.toThrowError(`index already exists`)
})

test(`${permission} key: create index with missing uid should fail`, async () => {
await expect(client.createIndex(null)).rejects.toThrowError(
`Index creation must have an uid`
)
})

test(`${permission} key: delete index with uid that does not exist should fail`, async () => {
const index = client.getIndex(uidNoPrimaryKey.uid)
await expect(index.deleteIndex()).rejects.toThrowError(
Expand Down

0 comments on commit 2490067

Please sign in to comment.