test(route): move techflowpost test outside routes

This commit is contained in:
DIYgod 2026-05-09 17:24:41 +08:00
parent ff3d9a79be
commit 3b0d76ae20
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
import { http, HttpResponse } from 'msw';
import { describe, expect, it } from 'vitest';
import { route as expressRoute } from './express';
import { route as featuredRoute } from './featured';
import { route as indexRoute } from './index';
import { route as indexRoute } from './routes/techflowpost';
import { route as expressRoute } from './routes/techflowpost/express';
import { route as featuredRoute } from './routes/techflowpost/featured';
const challengeArg = '7FC0A515A247CA56A8EE791EF40FF1CAEB93AAA6';
const expectedCookie = 'acw_sc__v2=69fef11a2a690097fa41a9b697a798108d4fb906';