Skip to content

Commit

Permalink
Fix wasm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PKopel committed Nov 19, 2023
1 parent c3c7d79 commit 29b95fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions filegram-web/tests/web.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
//! Test suite for the Web and headless browsers.

#![cfg(target_arch = "wasm32")]

extern crate wasm_bindgen_test;
use filegram::{decode, encode};
use getrandom;
use std::include_bytes;

use wasm_bindgen_test::*;

Expand Down

0 comments on commit 29b95fe

Please sign in to comment.