OBSIDIAN_DEV_UTILS_INTEGRATION_TEST_PLUGIN_ID
The id of the integration-test harness plugin — the folder name it is seeded into, and the value to pass to createSetup({ enableCommunityPlugins }) so the harness enables it after the plugin-under-test.
Import:
import { OBSIDIAN_DEV_UTILS_INTEGRATION_TEST_PLUGIN_ID } from 'obsidian-dev-utils/script-utils/test-runners/integration-test-plugin';Signature:
const OBSIDIAN_DEV_UTILS_INTEGRATION_TEST_PLUGIN_ID: "obsidian-dev-utils-integration-test"