KCL: Better message on assertEqual function (#3898)

Also add a new no-visual test for performance testing.
This commit is contained in:
Adam Chalmers
2024-09-16 12:43:49 -04:00
committed by GitHub
parent 8602e937d3
commit dc73acb1b1
3 changed files with 116 additions and 1 deletions

View File

@ -86,3 +86,4 @@ gen_test_fail!(
"undefined value: Property 'age' not found in object"
);
gen_test!(sketch_group_in_object);
gen_test!(add_lots);