[add] same import primitive

This commit is contained in:
2025-08-25 16:52:49 +01:00
parent 51a859adf1
commit 09adbb78f1
5 changed files with 53 additions and 26 deletions

View File

@@ -94,7 +94,7 @@ function createPackageJsonForModule(moduleName, writePath) {
*
* @param {string} filePath
*/
function driver(folderPath = './candidates/braces') {
function driver(folderPath = './test_src') {
// const FILE_PATH = './test_src/index.cjs';
const project = new Project({ compilerOptions: { allowJs: true, checkJs: false, } });