We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd77a8 commit 60f16ceCopy full SHA for 60f16ce
src/mcp/tools/simulator-management/__tests__/index.test.ts
@@ -1,10 +1,10 @@
1
/**
2
- * Tests for simulator-environment workflow metadata
+ * Tests for simulator-management workflow metadata
3
*/
4
import { describe, it, expect } from 'vitest';
5
import { workflow } from '../index.js';
6
7
-describe('simulator-environment workflow metadata', () => {
+describe('simulator-management workflow metadata', () => {
8
describe('Workflow Structure', () => {
9
it('should export workflow object with required properties', () => {
10
expect(workflow).toHaveProperty('name');
0 commit comments