Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Mar 14, 2018
1 parent 34dd968 commit ec2a2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bids.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var fs = require('fs');
var AdmZip = require('adm-zip');
var path = require('path');
var Test = require("mocha/lib/test");
var test_version = "1.0.2";
var test_version = "1.0.2u1";

function getDirectories(srcpath) {
return fs.readdirSync(srcpath).filter(function(file) {
Expand Down

0 comments on commit ec2a2e9

Please sign in to comment.