Skip to content

Commit 83205de

Browse files
authored
Merge pull request #2033 from mintlayer/fix_wasm_wrappers_build_with_tsc6
Fix wasm-wrappers tests compilation failure on CI
2 parents a0bed49 + 7460d6d commit 83205de

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

wasm-wrappers/js-bindings-test/tests/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ export function run_all_tests() {
4040
run_one_test(test_signed_transaction_intent);
4141
run_one_test(test_transaction_and_witness_encoding);
4242
run_one_test(test_partially_signed_transaction_encoding);
43+
44+
console.log("All tests passed");
4345
}

wasm-wrappers/js-bindings-test/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"lib": ["es2022", "dom", "esnext.disposable"],
88
"module": "nodenext",
99
"sourceMap": true,
10+
"rootDir": "./tests",
1011
"outDir": "./dist",
1112
"noUnusedLocals": true,
1213
"strict": true

0 commit comments

Comments
 (0)