'use strict'; const { mount, VueWrapper } = require( '@vue/test-utils' ); const { createTestingPinia } = require( '@pinia/testing' ); const SpecialBlock = require( '../../../resources/src/mediawiki.special.block/SpecialBlock.vue' ); /** * Mount the SpecialBlock component with the default configuration, * wrapping it in a form element and appending it to the document body. * This is needed because the