Skip to content

Fix TestCafe + Babel bug

Tamlyn Rhodes requested to merge preserve-symlinks into master

Run tests with --preserve-symlinks so that TestCafe doesn't try to compile the server code triggering a bug in Babel with the use of super inside async methods.

Merge request reports