initial commit
This commit is contained in:
6
tests/integration_test.rs
Normal file
6
tests/integration_test.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use ${REPO_NAME_SNAKE}::add;
|
||||
|
||||
#[test]
|
||||
fn test_add() {
|
||||
assert_eq!(add(2, 2), 4);
|
||||
}
|
||||
Reference in New Issue
Block a user