Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
Kape
Commits
8d06723f
Commit
8d06723f
authored
Nov 15, 2019
by
Syahrul Findi
Browse files
1506757352 148
parent
f8c89cdb
Changes
40
Hide whitespace changes
Inline
Side-by-side
assets/js/__test__/ApplicantPage-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
ApplicantPage
from
'
../ApplicantPage
'
;
import
Tabs
from
'
../components/Tabs
'
;
...
...
assets/js/__test__/CompanyPage-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
CompanyPage
from
'
../CompanyPage
'
;
...
...
assets/js/__test__/CompanyProfile-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
CompanyProfile
from
'
../CompanyProfile
'
;
const
companyUserVerified
=
{
...
...
assets/js/__test__/CreateVacancy-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
moment
from
'
moment
'
;
import
CreateVacancy
from
'
../CreateVacancy
'
;
...
...
assets/js/__test__/Dashboard-test.jsx
View file @
8d06723f
/* eslint-disable no-unused-expressions */
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
Dashboard
from
'
../Dashboard
'
;
import
{
studentUser
,
companyUser
,
adminUser
,
supervisorUser
,
errorUser
}
from
'
../object/Response
'
;
...
...
assets/js/__test__/EditProfile-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
EditProfil
from
'
../EditProfile
'
;
import
{
studentSession
,
response
,
response2
}
from
'
../object/Response
'
;
...
...
assets/js/__test__/FeedbackPage-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
FeedbackPage
from
'
../FeedbackPage
'
;
describe
(
'
FeedbackPage
'
,
()
=>
{
...
...
assets/js/__test__/Login.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
Login
from
'
../Login
'
;
describe
(
'
Login
'
,
()
=>
{
...
...
assets/js/__test__/NotificationPage-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
NotificationPage
from
'
../NotificationPage
'
;
describe
(
'
NotificationPage
'
,
()
=>
{
...
...
assets/js/__test__/ProfilePage-test.jsx
View file @
8d06723f
/* eslint-disable no-unused-expressions */
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
ProfilePage
from
'
../ProfilePage
'
;
import
{
studentSession
,
companyUser
,
response
,
response2
}
from
'
../object/Response
'
;
...
...
assets/js/__test__/SupervisorPage-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
SupervisorPage
from
'
../SupervisorPage
'
;
...
...
assets/js/__test__/TranscriptPage-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
TranscriptPage
from
'
../TranscriptPage
'
;
...
...
assets/js/__test__/VacancyPage-test.jsx
View file @
8d06723f
/* eslint-disable no-unused-expressions */
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
VacancyPage
from
'
../VacancyPage
'
;
import
{
studentUser
,
companyUser
}
from
'
../object/Response
'
;
...
...
assets/js/__test__/components/AdminVacancy-test.jsx
View file @
8d06723f
/* eslint-disable no-unused-expressions */
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
AdminVacancy
from
'
../../components/AdminVacancy
'
;
import
Storage
from
'
../../lib/Storage
'
;
import
{
response
,
response2
}
from
'
../../object/Response
'
;
...
...
assets/js/__test__/components/AdminVerificationModal-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
AdminVerificationModal
from
'
../../components/AdminVerificationModal
'
;
describe
(
'
AdminVerificationModal
'
,
()
=>
{
...
...
assets/js/__test__/components/Applicant-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
Applicant
from
'
../../components/Applicant
'
;
import
fetchMock
from
'
fetch-mock
'
;
...
...
assets/js/__test__/components/ApplicantList-test.jsx
View file @
8d06723f
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
ApplicantList
from
'
../../components/ApplicantList
'
;
import
Applicant
from
'
../../components/Applicant
'
;
...
...
assets/js/__test__/components/ApplyModal-test.jsx
View file @
8d06723f
/* eslint-disable no-unused-expressions */
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
ApplyModal
from
'
../../components/ApplyModal
'
;
import
fetchMock
from
'
fetch-mock
'
;
...
...
assets/js/__test__/components/ApproveModal-test.jsx
View file @
8d06723f
/* eslint-disable no-unused-expressions */
import
React
from
'
react
'
;
import
ReactTestUtils
from
'
react-
addons-
test-utils
'
;
import
ReactTestUtils
from
'
react-
dom/
test-utils
'
;
import
fetchMock
from
'
fetch-mock
'
;
import
ApproveModal
from
'
../../components/ApproveModal
'
;
import
Applicant
from
'
../../components/Applicant
'
;
...
...
assets/js/__test__/components/CancelModal-test.jsx
View file @
8d06723f
// /* eslint-disable no-unused-expressions */
// import React from 'react';
// import ReactTestUtils from 'react-
addons-
test-utils';
// import ReactTestUtils from 'react-
dom/
test-utils';
// import fetchMock from 'fetch-mock';
// import ConfirmationModal from '../../components/ConfirmationModal';
// import Storage from '../../lib/Storage';
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment