ensl_gathers/spec/hiveClient.js
2015-08-31 15:46:35 +01:00

11 lines
No EOL
228 B
JavaScript

"use strict";
var helper = require("./helpers/index.js");
var HiveClient = helper.HiveClient;
var assert = require("chai").assert;
var fs = require("fs");
var path = require("path");
describe("Hive Client", function () {
});