AG-1520 React wrapper causes styling issues for components

This commit is contained in:
Sean Landsman
2019-03-06 14:13:10 +00:00
parent ec4f7dea27
commit eecd2a6bb2
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ error_found=false
# has an invalid property - should complain
./node_modules/.bin/tsc --target "ES5" --module 'commonjs' --lib esnext,dom --allowSyntheticDefaultImports --jsx 'preserve' --noEmit --strict ts-tests/InvalidGridProperty.tsx &> /dev/null
if [ $? -ne 0 ]; then
if [ $? -ne 1 ]; then
echo "ag-grid-react grid with invalid property should throw a compiler error"
error_found=true
fi