Skip to content

Commit 0f69725

Browse files
Copilotradium-v
andcommitted
Resolve base branch conflict: restore recognizer.spec.ts and add recognizer.pw.spec.ts with lint fixes
Co-authored-by: radium-v <863023+radium-v@users.noreply.github.com>
1 parent a4f0e62 commit 0f69725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fast-router/src/recognizer.pw.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import { expect, test } from "@playwright/test";
12
import {
23
ConfigurableRoute,
34
DefaultRouteRecognizer,
45
Endpoint,
56
RecognizedRoute,
67
} from "./recognizer.js";
7-
import { expect, test } from "@playwright/test";
88

99
test.describe(DefaultRouteRecognizer.name, () => {
1010
interface RecognizeSpec {

0 commit comments

Comments
 (0)