Skip to content

Commit

Permalink
test: move test files
Browse files Browse the repository at this point in the history
  • Loading branch information
junha-ahn committed Oct 18, 2023
1 parent d1153ae commit bbd8638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Health', () => {
REDIS_PORT: container.getMappedPort(6379),
}

server = require('../../src/api')
server = require('../../../src/api')
})
describe('GET / 는', () => {
describe('성공시', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('Ticket', () => {
REDIS_PORT: container.getMappedPort(6379),
}

server = require('../../src/api')
server = require('../../../src/api')
redis = $require('loaders/redis')
const TicketStoreService = $require('services/ticketStore')
ticketStoreService = new TicketStoreService(redis)
Expand Down

0 comments on commit bbd8638

Please sign in to comment.