supercop.ts

cross-compiled javascript implementation of ed25519 based on supercop-ref10
git clone git://git.finwo.net/lib/supercop.ts
Log | Files | Refs | README | LICENSE

commit 8dcdd4caa1f9315bb1abd7fb41b3b79d3d79259b
parent 389c101100f8ed2eb65504cf8a24b40e33f5c562
Author: finwo <finwo@pm.me>
Date:   Sun, 28 May 2023 01:42:09 +0200

Set test coverage to current values to prevent future reduction

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -19,7 +19,7 @@ }, "scripts": { "prepublishonly": "npm test", - "test": "npm run linter && npm run build && node_modules/.bin/tap --reporter-arg=--reporter=html 'dist/test/**/*.test.js'", + "test": "npm run linter && npm run build && node_modules/.bin/tap --reporter-arg=--reporter=html --branches=50 --functions=90 --lines=98 --statements=81 'dist/test/**/*.test.js'", "clean": "rm -rf ./dist", "build": "npm run clean && npm run build:esm && npm run build:cjs && npm run build:test", "build:wasm": "dep i && make",