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

Source from the content-addressed store, hash-verified

822
823 #[test]
824 fn test_get_ignore_template_javascript() {
825 let template = get_ignore_template("javascript");
826 assert!(template.is_some());
827 }
828
829 #[test]
830 fn test_get_ignore_template_typescript() {

Callers

nothing calls this directly

Calls 1

get_ignore_templateFunction · 0.85

Tested by

no test coverage detected