refactor(e2e-test): move register into the runner

This commit is contained in:
Ken Sodemann
2017-11-02 21:31:22 -05:00
parent e9358fb495
commit 75b450b4f5
7 changed files with 46 additions and 45 deletions

View File

@ -0,0 +1,3 @@
'use strict';
require('./e2e-test-runner').run();