# Directory Test Directory

This directory contains a collection of JavaScript files used for testing the `loqatevars` tool. 
The files are designed to test specific scenarios, such as:

*   `badConst.js`
*   `badScope.js`
*   `functionCaller.js`
*   `ifStatement.js`
*   `importModule.js`
*   `letVariable.js`
*   `badEnvOnly.js`
*   `requireImport.js`

These files likely serve as test cases to ensure the tool correctly identifies or 
ignores different patterns of `const` and `process.env` usage.