noble-curves/test/index.test.js
2022-12-28 07:37:45 +01:00

15 lines
356 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';
import './bls12-381.test.js';
import './hash-to-curve.test.js';
should.run();