fork-openpgpjs/test/unittests.js
Robert Nelson 28ba64c11d Eliminate previous ci tests.
Merge ci keyring tests to unittests, the other ci tests just duplicate other unit tests.

Change Makefile to just run grunt and npm tasks.
2014-01-04 11:09:29 -08:00

5 lines
88 B
JavaScript

describe('Unit Tests', function () {
require('./general');
require('./crypto');
});