Home
last modified time | relevance | path

Searched refs:dropFunctions (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-router/src/__tests__/
H A DloadStaticParamsAsync.test.node.ts16 function dropFunctions({ loadRoute, ...node }: RouteNode) { function
19 children: node.children.map(dropFunctions),
37 expect(dropFunctions(route)).toEqual({
54 expect(dropFunctions(r)).toEqual({
98 expect(dropFunctions(route!)).toEqual({
123 expect(dropFunctions(r)).toEqual({
239 expect(dropFunctions(route)).toEqual({
254 expect(dropFunctions(await loadStaticParamsAsync(route))).toEqual({
289 expect(dropFunctions(route)).toEqual({
318 expect(dropFunctions(await loadStaticParamsAsync(route))).toEqual({
[all …]
H A DgetRoutes.test.node.ts22 function dropFunctions({ loadRoute, ...node }: RouteNode) { function
25 children: node.children.map(dropFunctions),
270 dropFunctions(
299 dropFunctions(
325 dropFunctions(
352 dropFunctions(
397 dropFunctions(