Skip to content

Commit e020eab

Browse files
test: use work item W-20244028 in test descriptions
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5f64caa commit e020eab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/proxy/ProxyServer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe('ProxyServer', () => {
266266
});
267267
});
268268

269-
describe('Proxy API (_proxy/*) – W-20243732', () => {
269+
describe('Proxy API (_proxy/*) – W-20244028', () => {
270270
const API_PORT = 19_545;
271271
let proxy: ProxyServer | null = null;
272272

test/server/resolveDevCommand.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { parseCommand, resolveDirectDevCommand } from '../../src/server/resolveD
2323
const currentDir = dirname(fileURLToPath(import.meta.url));
2424
const FIXTURE_RESOLVE = join(currentDir, '../fixtures/dev-server-resolve');
2525

26-
describe('resolveDevCommand (W-20243732)', () => {
26+
describe('resolveDevCommand (W-20244028)', () => {
2727
describe('parseCommand', () => {
2828
it('should split simple command into cmd and args', () => {
2929
expect(parseCommand('vite')).to.deep.equal(['vite']);

test/templates/ErrorPageRenderer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('ErrorPageRenderer', () => {
5959
expect(html).to.be.a('string');
6060
});
6161

62-
it('should include Quick Action buttons (W-20243732 AC: error panel)', () => {
62+
it('should include Quick Action buttons (W-20244028 AC: error panel)', () => {
6363
const data = {
6464
status: 'No Dev Server Detected',
6565
devServerUrl: 'http://localhost:5173',

0 commit comments

Comments
 (0)