Given this `scripts` block, what does `npm test` actually run?{ "scripts": { "test": "jest", "build": "tsc", "start": "node server.js" } }