Reverted to "initialization" when asserting errors with specific message

pull/10708/head
Mostafa Kheibary 3 years ago
parent 47441d6f58
commit e182d22f26

@ -5,5 +5,5 @@ export default test({
dev: true
},
error: "Cannot access 'c' before initialisation"
error: "Cannot access 'c' before initialization"
});

Loading…
Cancel
Save