
Merge ci keyring tests to unittests, the other ci tests just duplicate other unit tests. Change Makefile to just run grunt and npm tasks.
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
describe('Unit Tests', function () {
|
|
require('./general');
|
|
require('./crypto');
|
|
});
|