eccrypto/test.js

7 lines
109 B
JavaScript
Raw Normal View History

2014-12-21 18:05:05 +00:00
var expect = require("chai").expect;
describe("test", function() {
it("just test", function() {
});
});