-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
bugSomething isn't working correctlySomething isn't working correctlynode APIRelated to various "node:*" modules APIsRelated to various "node:*" modules APIsnode compat
Description
Repro:
git clone https://github.com/nestjs/typescript-starter.git project
(From Nest docs frontpage)cd project
deno task test
ordeno task --unstable test
ordeno --unstable task test
Expected:
$ jest
PASS src/app.controller.spec.ts
AppController
getHello
✓ should return "Hello World!" (1 ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 1.068 s
Ran all test suites.
Actual
➜ deno --unstable task test
Warning Currently only basic package.json `scripts` are supported. Programs like `rimraf` or `cross-env` will not work correctly. This will be fixed in an upcoming release.
Task test jest
Unstable API 'Deno.connect'. The --unstable flag must be provided.
darvesh, GerbenRampaart and Francesco-Borzi
Metadata
Metadata
Assignees
Labels
bugSomething isn't working correctlySomething isn't working correctlynode APIRelated to various "node:*" modules APIsRelated to various "node:*" modules APIsnode compat