diff --git a/scripts/test.sh b/scripts/test.sh index 1f365ba..7089ee8 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -2,11 +2,11 @@ set -e -wasm-pack build --target web --features wasm,wee_alloc -cargo test --verbose +wasm-pack build --target web --features wasm +cargo test --verbose -- --include-ignored cargo test --features serde -cargo test --features wasm,wee_alloc -wasm-pack test --node --features wasm,wee_alloc +cargo test --features wasm +wasm-pack test --node --features wasm cd reconcile-js npm install diff --git a/src/operation_transformation.rs b/src/operation_transformation.rs index 82dedef..10bda6d 100644 --- a/src/operation_transformation.rs +++ b/src/operation_transformation.rs @@ -133,14 +133,11 @@ mod test { ], [ "pride_and_prejudice.txt", "room_with_a_view.txt", - "kun_lu.txt", - "blns.txt" ], [ - "pride_and_prejudice.txt", "room_with_a_view.txt", "kun_lu.txt", "blns.txt" - ], [0..10000, 10000..20000], [0..10000, 10000..20000], [0..10000, 10000..20000])] + ], [0..10000], [0..10000, 10000..20000], [0..10000, 10000..20000])] fn test_merge_files_without_panic( file_name_1: &str, file_name_2: &str,