# best-test **Repository Path**: mirrors_mikeal/best-test ## Basic Information - **Project Name**: best-test - **Description**: Find the best test script to run in a project - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Best Test Find the most fitting test script to run given the local environment. ## Rules * Node version specific test script. * If a script named `test:node-v12` exists and the Node.js version is v12.x this script will be run. Same for any other Node.js major version. * If no environment specific test script is found, `npm test` will run.