Skip to content

Commit d3c078b

Browse files
author
jbwexler
committed
added tests for utils.type.isTopLevel
1 parent 541a84f commit d3c078b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tests/type.spec.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ var suiteTop = describe('utils.type.isTopLevel', function(){
9898
"/dataset_description.json",
9999
"/ses-pre_task-rest_bold.json",
100100
"/dwi.bval",
101-
"/dwi.bvec"
101+
"/dwi.bvec",
102+
"/T1w.json",
103+
"/acq-test_dwi.json",
104+
"/rec-test_physio.json"
102105
];
103106

104107
goodFilenames.forEach(function (path) {
@@ -112,7 +115,10 @@ var suiteTop = describe('utils.type.isTopLevel', function(){
112115
"/readme.txt",
113116
"/changelog",
114117
"/dataset_description.yml",
115-
"/ses.json"
118+
"/ses.json",
119+
"/_T1w.json",
120+
"/_dwi.json",
121+
"/_task-test_physio.json"
116122
];
117123

118124
badFilenames.forEach(function (path) {

0 commit comments

Comments
 (0)