Commit bd4e7e2
committed
docs(sql.md): Add documentation for testing with database
This was requested in #246 and since I was recently struggling to set this up in one of my own
projects, I have it fresh in memory how to do this. If this was in the documentation when I was
implementing this, it would have saved me a lot of time. There are many dodgy approaches to testing
NestJS applications with a test database on the Internet and an official recommended way would be
most helpful.
Resolves #2461 parent d940f58 commit bd4e7e2
1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
606 | 634 | | |
607 | 635 | | |
608 | 636 | | |
| |||
0 commit comments