Skip to content

Commit 2a061e0

Browse files
committed
fixed test for the plugin
1 parent caf8245 commit 2a061e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/withMotionActivityPermissions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { withInfoPlist, withAndroidManifest } from "@expo/config-plugins";
22
import type { ExpoConfig } from "@expo/config-types";
33

4-
import withMotionActivityPermissions from "../config-plugin/withMotionActivityPermissions";
4+
import withMotionActivityPermissions from "../plugin/src/index";
55

66
interface ExpoConfigWithModResults extends ExpoConfig {
77
modResults?: {

0 commit comments

Comments
 (0)