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
So I have a folder, and in it I have two files (
I ran
Any ideas on what might be casuing this problem?
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?
