noble-curves/test/index.test.js
2023-01-24 04:02:45 +01:00

15 lines
359 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();