prisma-engines
0fb4ba09 - qe: Fix neon tests after 0.7.0 update (#4647)

Commit
2 years ago
qe: Fix neon tests after 0.7.0 update (#4647) Due to the way our dependencies are structured, we end up with 2 copies of neon if client have incompatible versions: - dev dependency in client - dependency in executor So, global changes made to one of them do not affect another. That broke engine's test when client updated to 0.7.0. PR updates executor dependecy as well, which fixes the problem. This problem is a quirk of our test setup and won't affect end users.
Author
Parents
Loading