Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WebBack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websystem
WebBack
Merge requests
!26
[
#19
] 통합 테스트 제작 및 서비스 로직 추가/수정
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
[
#19
] 통합 테스트 제작 및 서비스 로직 추가/수정
feature/#19
into
develop
Overview
0
Commits
14
Pipelines
0
Changes
2
Merged
조대희
requested to merge
feature/#19
into
develop
7 months ago
Overview
0
Commits
14
Pipelines
0
Changes
2
통합 테스트 제작
테스트 작성하면서 서비스 로직 추가 및 수정
0
0
Merge request reports
Viewing commit
5fe4877b
Prev
Next
Show latest version
2 files
+
12
−
14
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
5fe4877b
fix: 중복되는 코드 주석 처리 (
#19
)
· 5fe4877b
조대희
authored
7 months ago
models/index.js
+
0
−
2
View file @ 5fe4877b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,10 +2,8 @@
@@ -2,10 +2,8 @@
const
sequelize
=
require
(
'
../config/sequelize
'
);
const
sequelize
=
require
(
'
../config/sequelize
'
);
const
User
=
require
(
'
./user
'
);
const
User
=
require
(
'
./user
'
);
const
Friend
=
require
(
'
./Friend
'
);
const
Schedule
=
require
(
'
./Schedule
'
);
const
Schedule
=
require
(
'
./Schedule
'
);
const
Meeting
=
require
(
'
./Meeting
'
);
const
Meeting
=
require
(
'
./Meeting
'
);
const
MeetingParticipant
=
require
(
'
./MeetingParticipant
'
);
//폴더명수정
const
Friend
=
require
(
'
./Friend
'
);
const
Friend
=
require
(
'
./Friend
'
);
const
FcmToken
=
require
(
'
./fcmToken
'
);
const
FcmToken
=
require
(
'
./fcmToken
'
);
const
MeetingParticipant
=
require
(
'
./MeetingParticipant
'
);
const
MeetingParticipant
=
require
(
'
./MeetingParticipant
'
);
Loading