import { describe, expect, it } from'vitest';
describe('Plugin Configuration', () => {
it('should be able to import without errors', () => {
// Basic test to ensure the module can be importedexpect(true).toBe(true);
});
});
//# sourceMappingURL=index.test.js.map