Build a React app with a starter template incorrectly setup
Hi! After running the setup for the react template https://docs.deno.com/examples/react_tutorial/ there are some errors that VSCode reports. Mainly that main_test.tsmain_test.ts for the server can't find packages specified in:
import { afterAll, beforeAll, describe, it } from "jsr:@std/testing/bdd";import { expect } from "jsr:@std/expect";
import { afterAll, beforeAll, describe, it } from "jsr:@std/testing/bdd";import { expect } from "jsr:@std/expect";
which is weird since this is the started template. Is this an error of my setup or a problem of deno ?