-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Details
Whenever I Rstest is run through Deno (deno x rstest), the following error is shown:
error: Uncaught BrokenPipe: Broken pipe (os error 32)
Reproduce Steps
simple.test.ts:
import { expect, test } from "@rstest/core";
test("simple", () => {
expect(1).toBe(1);
});In terminal:
docker run \
-w /app \
--mount type=bind,src=simple.test.ts,dst=/app/src/simple.test.ts \
-it denoland/deno:latest \
sh -c 'deno install --node-modules-dir npm:@rstest/core && deno x rstest'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels