### Run Specific Test File with Mocha Source: https://github.com/smartling/api-sdk-nodejs/blob/master/CLAUDE.md Execute individual test files using Mocha after building the project. Ensure the build is complete before running tests. ```bash npm run build:dev && npx mocha built/test/[specific-test].spec.js ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.