Closed
Description
From #1187 (comment), when test helpers are specified in the "require"
option, AVA does not load the precompiled file.
The problem seems to be that we install our loader too late:
Line 33 in 9c9dfef
I suspect that it might be OK if we move that line up before:
Line 30 in 9c9dfef
We need to test how this interacts with babel-register
, and add an integration test to verify we require the precompiled helpers.