mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
This is done by simply adding the autobuilder from the shared tree-sitter extractor library.
8 lines
116 B
Rust
8 lines
116 B
Rust
use file_exclusion::add;
|
|
|
|
#[test]
|
|
fn integration_works() {
|
|
let result = add(2, 2);
|
|
assert_eq!(result, 4);
|
|
}
|