I\'m trying to test for an error not being thrown, and I\'ve done the following in my test:
await expect(() => execute(1, 1)).rejects.not.toThrow()