DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Node.js
A team wants to default to node:test for a new Node.js backend service with straightforward unit/integration testing needs. What's the recommended stance from this topic?
A
Never use node:test, always install a framework
B
It's a legitimate, dependency-free default for this use case, given its stable core features
C
node:test can only be used for frontend code
D
node:test requires a paid license
Check Answer