noble-curves/curve-definitions/test/index.test.js
2022-12-14 14:18:12 +01:00

13 lines
292 B
JavaScript

import { should } from 'micro-should';
// Should be first to catch obvious things
import './basic.test.js';
import './nist.test.js';
import './ed448.test.js';
import './ed25519.test.js';
import './secp256k1.test.js';
import './stark/stark.test.js';
import './jubjub.test.js';
should.run();