We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541a84f commit d3c078bCopy full SHA for d3c078b
tests/type.spec.js
@@ -98,7 +98,10 @@ var suiteTop = describe('utils.type.isTopLevel', function(){
98
"/dataset_description.json",
99
"/ses-pre_task-rest_bold.json",
100
"/dwi.bval",
101
- "/dwi.bvec"
+ "/dwi.bvec",
102
+ "/T1w.json",
103
+ "/acq-test_dwi.json",
104
+ "/rec-test_physio.json"
105
];
106
107
goodFilenames.forEach(function (path) {
@@ -112,7 +115,10 @@ var suiteTop = describe('utils.type.isTopLevel', function(){
112
115
"/readme.txt",
113
116
"/changelog",
114
117
"/dataset_description.yml",
- "/ses.json"
118
+ "/ses.json",
119
+ "/_T1w.json",
120
+ "/_dwi.json",
121
+ "/_task-test_physio.json"
122
123
124
badFilenames.forEach(function (path) {
0 commit comments