Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyNodeJSnpm and package.jsonSingle-choice MCQ

Given this `scripts` block, what does `npm test` actually run?

{ "scripts": { "test": "jest", "build": "tsc", "start": "node server.js" } }