chore(deps): update engines to 4.15.0-5.ad2fc0639d2fe56c13df529c421d55f213706a65 (#19220)
base
589e093
7 months ago by prisma-bot
-66%
test(db pull): remove duplicated tests
Note that tests are much faster since the split, local run:
```
Test Suites: 10 passed, 10 total
Tests: 1 skipped, 82 passed, 83 total
Snapshots: 470 passed, 470 total
Time: 26.46 s
```
Since https://github.com/prisma/prisma/issues/17582 we do not need to test the rendering of the introspection warnings in the CLI, since they are already tested in prisma-engines.
We only need an integration test.
Removed tests were added in prisma-engines from the following PRs:
https://github.com/prisma/prisma-engines/pull/3622
https://github.com/prisma/prisma-engines/pull/3657
https://github.com/prisma/prisma-engines/pull/3849
https://github.com/prisma/prisma-engines/pull/3859
https://github.com/prisma/prisma-engines/pull/3871
https://github.com/prisma/prisma-engines/pull/3877
https://github.com/prisma/prisma-engines/pull/3873