fix: Handle multiple id prop generation (#8097)
* fix: Handle multiple id prop generation * throw on duplicate id + cleanup * fix mistakenly removed files * fix * fix * passzord string * passzord string
This commit is contained in:
@@ -48,6 +48,6 @@
|
||||
"build": "rimraf dist && tsc --build",
|
||||
"watch": "tsc --build --watch",
|
||||
"test": "jest --silent --bail --maxWorkers=50% --forceExit --testPathIgnorePatterns='/integration-tests/' -- src/**/__tests__/**/*.ts",
|
||||
"test:integration": "jest --silent --bail --maxWorkers=50% --forceExit -- src/**/integration-tests/__tests__/**/*.ts"
|
||||
"test:integration": "jest --silent --bail --runInBand --forceExit -- src/**/integration-tests/__tests__/**/*.ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user