Skip to content

Commit

Permalink
test: revert use of any 😩
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechu-optimizely committed Dec 5, 2023
1 parent 0215d63 commit b4f4080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Experiment.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { OptimizelyVariation } from './Variation';

describe('<OptimizelyExperiment>', () => {
const variationKey = 'variationResult';
let resolver: unknown;
let resolver: any;
let optimizelyMock: ReactSDKClient;
let isReady: boolean;

Expand Down

0 comments on commit b4f4080

Please sign in to comment.