Skip to content

Commit

Permalink
cover scans.json in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jul 8, 2020
1 parent 7e4daf8 commit 22e7303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bids-validator/tests/type.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ describe('utils.type.file.isTopLevel', function() {
describe('utils.type.file.isSessionLevel', function() {
const goodFilenames = [
'/sub-12/sub-12_scans.tsv',
'/sub-12/sub-12_scans.json',
'/sub-12/ses-pre/sub-12_ses-pre_scans.tsv',
'/sub-12/ses-pre/sub-12_ses-pre_scans.json',
]

goodFilenames.forEach(function(path) {
Expand Down

0 comments on commit 22e7303

Please sign in to comment.