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:817–820  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

815
816 #[test]
817 fn test_get_ignore_template_javascript() {
818 let template = get_ignore_template("javascript");
819 assert!(template.is_some());
820 }
821
822 #[test]
823 fn test_get_ignore_template_typescript() {

Callers

nothing calls this directly

Calls 1

get_ignore_templateFunction · 0.85

Tested by

no test coverage detected