feat: create CSV normalizer to normalize a CSV file (#12396)

This commit is contained in:
Harminder Virk
2025-05-13 18:04:59 +05:30
committed by GitHub
parent da270cd3e2
commit 4602163b56
13 changed files with 3305 additions and 2 deletions

View File

@@ -70,7 +70,7 @@
"scripts": {
"build": "rimraf dist && tsc --build",
"watch": "tsc --build --watch",
"test": "jest --silent --bail --maxWorkers=50% --forceExit --testPathIgnorePatterns='/integration-tests/' -- src/**/__tests__/**/*.ts",
"test": "jest --silent=false --bail --maxWorkers=50% --forceExit --testPathIgnorePatterns='/integration-tests/' -- src/**/__tests__/**/*.ts",
"test:integration": "jest --silent --bail --runInBand --forceExit -- src/**/integration-tests/__tests__/**/*.ts"
}
}