From fd7bb6ae1c27ffe5d41f3a818ee9034d9bb76138 Mon Sep 17 00:00:00 2001 From: Mateusz Franik <47059999+Im-Beast@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:55:11 +0200 Subject: feat: wownero typescript bindings, regression tests (#71) * regression tests * ci: move regression_check to full_check workflow, reuse artifact build * feat: support wownero in monero.ts bindings * ci: test wownero regressions as well * extract wownero-cli as wownero * actually load wownero when specified * fix: commitUR not being a symbol in wownero --- tests/deno.jsonc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests/deno.jsonc (limited to 'tests/deno.jsonc') diff --git a/tests/deno.jsonc b/tests/deno.jsonc new file mode 100755 index 0000000..a7b75ec --- /dev/null +++ b/tests/deno.jsonc @@ -0,0 +1,5 @@ +{ + "fmt": { + "lineWidth": 120 + } +} -- cgit v1.2.3