Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 18965d7c authored by sirinbaisa's avatar sirinbaisa
Browse files

[#140652771] Page CompanyVacancy Testing

parent 50b7c7cb
No related branches found
No related tags found
No related merge requests found
/**
* Created by baisa on 09/04/2017.
*/
import React from 'react';
import ReactTestUtils from 'react-addons-test-utils';
import CompanyVacancy from '../../components/CompanyVacancy';
describe('ApplyModal', () => {
it('renders without problem', () => {
const companyVacancy = ReactTestUtils.renderIntoDocument(
<CompanyVacancy header="header"/>);
expect(companyVacancy).to.exist;
});
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment