mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
remove redundant endpoint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user