@web/test-runner-commands
Version:
Web test runner commands
27 lines (24 loc) • 517 B
JavaScript
// this file is autogenerated with the generate-mjs-dts-entrypoints script
import cjsEntrypoint from './dist/index.js';
const {
setViewportPlugin,
emulateMediaPlugin,
selectOptionPlugin,
setUserAgentPlugin,
sendKeysPlugin,
sendMousePlugin,
a11ySnapshotPlugin,
filePlugin,
snapshotPlugin,
} = cjsEntrypoint;
export {
a11ySnapshotPlugin,
emulateMediaPlugin,
filePlugin,
selectOptionPlugin,
sendKeysPlugin,
sendMousePlugin,
setUserAgentPlugin,
setViewportPlugin,
snapshotPlugin,
};