Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 273a5ab

Browse files
author
Matt Bernier
authored
Removed commented lines
1 parent 3e756e4 commit 273a5ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/test.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ describe('Client', function () {
243243
})
244244

245245
describe('Project files', function () {
246-
// it('should have ./Docker file', function (done) {
247-
// checkFileOrDirectory('Docker')
248-
// done()
249-
// })
246+
it('should have ./Docker file', function (done) {
247+
checkFileOrDirectory('Docker')
248+
done()
249+
})
250250

251251
it('should have ./docker-compose.yml file', function (done) {
252252
checkFileOrDirectory('docker-compose.yml')
@@ -318,10 +318,10 @@ describe('Client', function () {
318318
done()
319319
})
320320

321-
// it('should have ./USE_CASES.md file', function (done) {
322-
// checkFileOrDirectory('USE_CASES.md')
323-
// done()
324-
// })
321+
it('should have ./USE_CASES.md file', function (done) {
322+
checkFileOrDirectory('USE_CASES.md')
323+
done()
324+
})
325325

326326
function checkFileOrDirectory(fileOrDirectory) {
327327
try {

0 commit comments

Comments
 (0)