# -*- mode: snippet -*- # name: async test # uuid: atest # key: atest # condition: t # -- #[tokio::test${1:(flavor = "multi_thread")}] async fn ${2:test_name}() { `%`$0 }