You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for the very usefull framework.
i tried to unit test a project in full release mode, using -dce full
but it will delete all TestSuite code.
The fix is quite simple:
please add @:keepSub at class TestSuite definition.
and add @:keep for generated file ExampleTest.hx, because each Test.hx class need to be keot also
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
thanks for the very usefull framework.
i tried to unit test a project in full release mode, using -dce full
but it will delete all TestSuite code.
The fix is quite simple:
please add @:keepSub at class TestSuite definition.
and add @:keep for generated file ExampleTest.hx, because each Test.hx class need to be keot also
Thanks.
The text was updated successfully, but these errors were encountered: