Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 770 Bytes

File metadata and controls

19 lines (16 loc) · 770 Bytes

API Test Refactoring Exercise

Installation

Prerequisites

  1. NodeJS
  2. NPM, Yarn, or similar package manager

Installing Dependencies

In the command line, run yarn install, npm install, or equivalent command to install all dependencies.

Running the Tests

To run the tests, run yarn test, npm run test or equivalent from the project root.

Advice to Candidates

  • Talk through your thought process; we are at least as interested in how you got to your answer as the answer itself
  • Focus on readability and maintainability
  • If you're unsure of something, ask the interviewer(s)!
  • You are allowed to use online documentation, but may not ask anyone other than the interviewers for guidance
  • You may not use Copilot, ChatGPT, or other AI tools