ZweiEuro
ZweiEuro2w ago

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.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 ?
Deno
Build a React app with a starter template
In-depth documentation, guides, and reference materials for building secure, high-performance JavaScript and TypeScript applications with Deno
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?