initial skeleton
This commit is contained in:
parent
dc79fa2448
commit
71f89dde9c
60 changed files with 3480 additions and 0 deletions
8
crates/aim-core/tests/query_resolution.rs
Normal file
8
crates/aim-core/tests/query_resolution.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
use aim_core::app::query::resolve_query;
|
||||
use aim_core::domain::source::SourceKind;
|
||||
|
||||
#[test]
|
||||
fn owner_repo_defaults_to_github() {
|
||||
let source = resolve_query("sharkdp/bat").unwrap();
|
||||
assert_eq!(source.kind, SourceKind::GitHub);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue