Skip to content

Commit

Permalink
fix: for test case failure due to file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Nov 10, 2022
1 parent 6605d56 commit ce43198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CustomerioTracking.tsx
Expand Up @@ -5,7 +5,7 @@ import {
PackageConfig,
} from './CustomerioConfig';
import { Region } from './CustomerioEnum';
var pjson = require('../package.json');
var pjson = require("customerio-reactnative/package.json");

const LINKING_ERROR =
`The package 'customerio-reactnative' doesn't seem to be linked. Make sure: \n\n` +
Expand Down

0 comments on commit ce43198

Please sign in to comment.