Home
last modified time | relevance | path

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

/expo/packages/expo-router/src/fork/__tests__/
H A DgetPathFromState-upstream.test.node.ts273 const inputState = { constant
300 const staticCopy = JSON.parse(JSON.stringify(inputState));
303 inputState,
320 expect(inputState).toEqual(staticCopy);
321 expect(JSON.stringify(inputState)).not.toMatch(/UNKNOWN/);