From 1d500b5e2cc27bbee5794d21abdb92c43e0e5ce0 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sat, 6 Jun 2015 19:48:38 -0400 Subject: [PATCH] case sensitive filenames --- test/function/default-export-is-not-bound-b/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/function/default-export-is-not-bound-b/main.js b/test/function/default-export-is-not-bound-b/main.js index 4d9a7a5..e4d8dee 100644 --- a/test/function/default-export-is-not-bound-b/main.js +++ b/test/function/default-export-is-not-bound-b/main.js @@ -1,3 +1,3 @@ -import Foo from './Foo'; +import Foo from './foo'; export default new Foo();