MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_get_ignore_template_javascript

Function test_get_ignore_template_javascript

atomic-cli/src/commands/init.rs:830–833  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

828
829 #[test]
830 fn test_get_ignore_template_javascript() {
831 let template = get_ignore_template("javascript");
832 assert!(template.is_some());
833 }
834
835 #[test]
836 fn test_get_ignore_template_typescript() {

Callers

nothing calls this directly

Calls 1

get_ignore_templateFunction · 0.85

Tested by

no test coverage detected