The requested module 'npm:@jest/globals' does not provide an export named 'describe'
I am doing some exercies on exercism in the Typescript track, but I want to run my solutions locally on my machine using
deno
.
So I have a folder, and in it I have two files (two-fer.ts
and two-fer.test.ts
):
I ran deno add --allow-scripts npm:@jest/globals
, but when I run deno test
, I get the error:
Any ideas on what might be casuing this problem?0 Replies