mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
4 lines
89 B
JavaScript
4 lines
89 B
JavaScript
import {foo} from '/slow.js';
|
|
console.log('foo is', foo);
|
|
window.results.push('module');
|