Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #350 from deriv-com/ako/publish-to-npm
Browse files Browse the repository at this point in the history
ako/ to republish the package
  • Loading branch information
ali-hosseini-deriv authored Jan 22, 2024
2 parents af7bf3e + 4391036 commit 210e8be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { render } from '@testing-library/react';

import BuildVariantProvider from './build-variant.provider';

describe('BuildVariantProvider ', () => {
describe('BuildVariantProvider', () => {
it('should render successfully', () => {
const { baseElement } = render(<BuildVariantProvider buildVariant="all" />);
expect(baseElement).toBeTruthy();
Expand Down

0 comments on commit 210e8be

Please sign in to comment.