eccrypto/test.js

7 lines
109 B
JavaScript
Raw Normal View History

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