[REF] tests: improve useLogLifecycle and helpers

This commit is contained in:
Géry Debongnie
2021-11-27 10:08:10 +01:00
committed by Samuel Degueldre
parent 922dab8e8f
commit dcefd26bee
7 changed files with 899 additions and 926 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
makeTestFixture,
nextMicroTick,
nextTick,
snapshotEverything,
snapshotEverything
} from "./helpers";
function createReactive(value: any, observer: any = () => {}) {