mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
turn off wasm testing
This commit is contained in:
parent
4ced5ce2c0
commit
d77c695e45
5 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
#[cfg(test)]
|
||||
mod gen_num {
|
||||
// use crate::assert_evals_to;
|
||||
use crate::assert_wasm_evals_to as assert_evals_to;
|
||||
use crate::assert_evals_to;
|
||||
// use crate::assert_wasm_evals_to as assert_evals_to;
|
||||
use indoc::indoc;
|
||||
use roc_std::{RocDec, RocOrder};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue