playwright/test-runner/test/assets/global-foo.js

4 lines
51 B
JavaScript
Raw Normal View History

global.foo = true;
module.exports = {
abc: 123
};