Add some tests about logical OR expression
Logical OR expressions should be thoroughly tested since the must emit some branches, and dead branches may disappear when using treeshaking - which means that we should recommend to generate test bundles without treeshaking for more accurate coverage.
Edited by Eric MORAND