test(curriculum): set url for enzyme (#32933)

This commit is contained in:
Valeriy
2018-10-31 07:02:59 +03:00
committed by Paul Gamble
parent 55686d7197
commit c0679a321c

View File

@ -405,7 +405,8 @@ async function evaluateReactReduxTest({
</html> </html>
`, { `, {
runScripts: 'dangerously', runScripts: 'dangerously',
virtualConsole virtualConsole,
url: 'http://localhost'
}); });
const { window } = dom; const { window } = dom;