From 148148c62c6afcc2b8656614b8a418ab575101a3 Mon Sep 17 00:00:00 2001 From: Jeroen Vinke Date: Sat, 7 Apr 2018 11:02:22 +0200 Subject: [PATCH] feat(requirejs/systemjs): add protractor and jest support --- lib/resources/test/protractor.babel.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resources/test/protractor.babel.conf.js b/lib/resources/test/protractor.babel.conf.js index 32c29b4aa..de22b2310 100644 --- a/lib/resources/test/protractor.babel.conf.js +++ b/lib/resources/test/protractor.babel.conf.js @@ -59,4 +59,4 @@ exports.config = { plugins: [{ package: 'aurelia-protractor-plugin' }], -}; \ No newline at end of file +};