[IMP] tests: use inline snapshots for lifecycle checks

This allows them to be updated automatically when needed instead of
having to update them by hand.
This commit is contained in:
Samuel Degueldre
2023-09-29 13:28:14 +02:00
committed by Géry Debongnie
parent 0d341d9e7b
commit 0048205636
17 changed files with 3330 additions and 2508 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ export function snapshotEverything() {
};
}
const steps: string[] = [];
export const steps: string[] = [];
export function logStep(step: string) {
steps.push(step);