mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
lint config for consistent import style (#3248)
* MOB-1008 add lint config for consistent ts imports * auto-fix consistent imports * auto-fix consistent imports * reapply autofix from latest main * Extend Props interface from PropsWithChildren --------- Co-authored-by: Johannes Klein <johannes.t.klein@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Mostly from https://github.com/pmndrs/zustand/blob/main/docs/guides/testing.md#jest
|
||||
|
||||
import { cloneDeep } from "lodash";
|
||||
import * as zustand from "zustand";
|
||||
import type * as zustand from "zustand";
|
||||
|
||||
const { create: actualCreate, createStore: actualCreateStore }
|
||||
= jest.requireActual<typeof zustand>( "zustand" );
|
||||
|
||||
Reference in New Issue
Block a user