Skip to content

Commit

Permalink
Unit Test Cases pass
Browse files Browse the repository at this point in the history
  • Loading branch information
fareed069417 committed Nov 22, 2022
1 parent 666cbd3 commit 5de0444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/Init.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { fetchExternalApi } from '../init';

const SUCCESS_DOMAIN = 'meet.jit.si';
const SUCCESS_DOMAIN = 'meethour.io';
const ERROR_DOMAIN = 'error';

/* eslint-disable no-undef */
Expand Down
6 changes: 3 additions & 3 deletions src/test-helpers/setupTests.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
const enzyme = require('enzyme');
const Adapter = require('enzyme-adapter-react-16');

configure({ adapter: new Adapter() });
enzyme.configure({ adapter: new Adapter() });

0 comments on commit 5de0444

Please sign in to comment.