#!/usr/bin/env node /** NOTE FOR HOT RELOADING IMPLEMENTATION * * tryed symplink files and doesn't work * * tryed query param on import file (eg: import(myFile + '?v=12345')) didn't work * The most promising way seems to be exec and child process to execute tests, but we should * separate functions from env in config because config has to be written to a file between * tests retrials */ export default function runTestFlow(): Promise;