fix(#12622): addon-a11y import with vite

This commit is contained in:
Jimmy Somsanith 2022-04-18 22:24:13 +02:00
parent 2de4b0e9a0
commit 50f4241958

View File

@ -39,7 +39,7 @@ const run = async (storyId: string) => {
if (!active) {
active = true;
channel.emit(EVENTS.RUNNING);
const axe = await import('axe-core');
const axe = (await import('axe-core')).default;
const { element = getElement(), config, options = {} } = input;
axe.reset();