Sinon: not compatible with deno

Created on 22 Aug 2020  ·  3Comments  ·  Source: sinonjs/sinon

Describe the bug

when testing with deno, it says Make sure to await all promises returned from Deno APIs before finishing test case.

duplicated to: https://github.com/denoland/deno/issues/6138

To Reproduce

// a.ts
import 'https://jspm.dev/npm:sinon@9';
Deno.test('1', async () => {});
$deno test ./a.ts

Context (please complete the following information):

  • Library version: 9.0.3
  • Environment: ubuntu20.04 / x64 / deno1.3.0

Most helpful comment

i don't have the ability. but thanks very much for you group making such a useful tool of sinon 👍

All 3 comments

There has never been any support for Deno. Would you like to try to improve that with a pull request?

Closing as this issue is not an issue and no feedback was received.

i don't have the ability. but thanks very much for you group making such a useful tool of sinon 👍

Was this page helpful?
0 / 5 - 0 ratings