remove redundant endpoint

This commit is contained in:
Riley Davis
2016-12-14 13:53:07 -07:00
parent a072601c3e
commit a6fdd2e46b
3 changed files with 7 additions and 16 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ function storageMock() {
};
}
global.document = jsdom(fs.readFileSync(path.resolve(__dirname, '/index.test.html')));
global.document = jsdom(fs.readFileSync(path.resolve(__dirname, 'index.test.html')));
global.window = document.defaultView;
// these lines are required for react-mdl