Skip to content

Commit

Permalink
test: use pathe
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 20, 2024
1 parent f3b9e11 commit fffecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/generateRouteMap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { describe, expect, it } from 'vitest'
import { generateRouteNamedMap } from './generateRouteMap'
import { PrefixTree } from '../core/tree'
import { resolveOptions } from '../options'
import { resolve } from 'node:path'
import { resolve } from 'pathe'

const DEFAULT_OPTIONS = resolveOptions({})

Expand Down

0 comments on commit fffecf4

Please sign in to comment.