bookingcom/powercalculator

Remove fallback to gTeste when checking for different test types in validation mixin

Askoth opened this issue · 1 comments

This fixed a bug: 4893972

The falling back to gTest seemed like a good idea at the time but that means we will be giving wrong numbers.

In case we don't have the test information it is better to throw an error.

Fixed when vuex was implemented