From f099460803f299df01804f70c39be8a9b66265bd Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Thu, 26 Apr 2018 23:28:03 +0200 Subject: [PATCH] [lab] Fix the tests --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 4e6e2bac8b5a8e..6f0feeb617dd49 100644 --- a/.babelrc +++ b/.babelrc @@ -111,7 +111,7 @@ "root": ["./"], "alias": { "@material-ui/icons": "./packages/material-ui-icons/src", - "material-ui": "./src" + "material-ui": "./packages/material-ui/src" } } ],