We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6e1f3 commit f693a4fCopy full SHA for f693a4f
.github/workflows/ci.yaml
@@ -69,3 +69,5 @@ jobs:
69
run: cargo install wasm-pack
70
- name: build with default features
71
run: wasm-pack build
72
+ - name: node test
73
+ run: wasm-pack test --node
tests/round_trip.rs
@@ -1,4 +1,3 @@
1
-wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);
2
use hpke_dispatch::*;
3
4
const AAD: &[u8] = b"associated data";
0 commit comments