sequelize-sscce
sequelize-sscce copied to clipboard
SCCEE for TS type inference issue
This SCCEE is expected to produce an incorrect type error when querying with null in the where clause for a nullable field. The code itself works fine, the query returns the expected results.