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 59d1bfe commit 7166309Copy full SHA for 7166309
tests/bids.spec.js
@@ -8,7 +8,7 @@ var fs = require('fs');
8
var AdmZip = require('adm-zip');
9
var path = require('path');
10
var Test = require("mocha/lib/test");
11
-var test_version = "1.0.2u1";
+var test_version = "1.0.2u2";
12
13
function getDirectories(srcpath) {
14
return fs.readdirSync(srcpath).filter(function(file) {
0 commit comments