Use babel-plugin-module-resolver (#188)

* Add alias and update eslint/flow to resolve modules

* Update aliases for components and api

* Add other src directories to module resolver aliases
This commit is contained in:
Amanda Bullington authored and GitHub committed 2022-10-07 10:20:55 -07:00
1 parent dc124d4c72
commit c4d9cd4dc6
201 files changed
+2519 -1362

No files matched your search

@@ -1,8 +1,8 @@
import { NavigationContainer } from "@react-navigation/native";
import { render } from "@testing-library/react-native";
import UserProfile from "components/UserProfile/UserProfile";
import React from "react";
import UserProfile from "../../../../src/components/UserProfile/UserProfile";
import factory from "../../../factory";
const testUser = factory( "RemoteUser" );