quarc/tests/playwright/unit/processors.spec.ts

8 lines
185 B
TypeScript

import { test, expect } from '@playwright/test';
test.describe('Core Framework Tests', () => {
test('placeholder for processor tests', () => {
expect(true).toBe(true);
});
});