Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

clean up, remove commented out lines. #971

Merged
merged 3 commits into from
Sep 1, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions test/gateway/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,4 @@ describe('HTTP GATEWAY', () => {
fs.readdirSync(path.join(__dirname, '/spec'))
.forEach((file) => require('./spec/' + file)(http))
})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ya7ya there are not "gateway spec tests" you probably just have "tests" :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@diasdavid ma bad, I'll fix that,
I'm looking at the gateway_test.go to try to port these tests to js-ipfs .

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome! That's perfect @ya7ya :)


// describe('## interface tests', () => {
// fs.readdirSync(path.join(__dirname, '/interface'))
// .forEach((file) => require('./interface/' + file))
// })
//
// describe('## custom ipfs-api tests', () => {
// const ctl = APIctl('/ip4/127.0.0.1/tcp/6001')
//
// fs.readdirSync(path.join(__dirname, '/over-ipfs-api'))
// .forEach((file) => require('./over-ipfs-api/' + file)(ctl))
// })
})