Skip to content

Commit

Permalink
refactor:update import for test file
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamsouravjha committed Feb 9, 2024
1 parent c47cb51 commit 180aa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Keploy simplifies the testing process by seamlessly generating end-to-end test c
const {
KeployTest,
Config,
} = require('../../typescript-sdk/dist/keployCli');
} = require('@keploy/typescript-sdk/dist/keployCli');
const timeOut = 300000;
Expand Down

0 comments on commit 180aa4a

Please sign in to comment.