Skip to content

Commit

Permalink
Remove test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Feb 28, 2018
1 parent d83b5c6 commit 8f47fc2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/WindowScroller/WindowScroller.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,13 @@ const bootstrap = async () => {
const scripts = [
'./node_modules/react/umd/react.development.js',
'./node_modules/react-dom/umd/react-dom.development.js',
'./node_modules/prop-types/prop-types.js',
'./dist/umd/react-virtualized.js',
];

for (const path of scripts) {
await page.addScriptTag({path});
}

page.on('console', msg =>
msg.args().forEach(arg => console.log(arg.toString())),
);

return page;
};

Expand Down

0 comments on commit 8f47fc2

Please sign in to comment.