Remove stray debugging test
This commit is contained in:
@@ -18,11 +18,5 @@
|
|||||||
|
|
||||||
|
|
||||||
describe('curve25519_compiled.js', function() {
|
describe('curve25519_compiled.js', function() {
|
||||||
describe('curve25519_donna', function() {
|
|
||||||
it('exists', function() {
|
|
||||||
var curve25519_donna = Module.cwrap('curve25519_sign', 'string', 'string');
|
|
||||||
assert.isDefined(Module.cwrap);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
test_curve25519_implementation(curve25519);
|
test_curve25519_implementation(curve25519);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user