Files
MinigameTest/node_modules/@testim/chrome-version/example.js
2023-03-07 10:52:05 +07:00

6 lines
146 B
JavaScript

(async () => {
const { getChromeVersion } = require('./index');
const version = await getChromeVersion();
console.log(version);
})();