paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
687 stars 55 forks source link

Don't check error message due to platform path separator differences #339

Closed f8k8 closed 3 months ago

f8k8 commented 3 months ago

The lines with path separators come from Prisma, so I don't think there's an easy way to handle this. This PR just changes the expectation to throw, instead of throwing with a specific message.