Remove stray debugging test
This commit is contained in:
parent
b4f4f87a7c
commit
30dd43a959
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue