Skip to content

Instantly share code, notes, and snippets.

@LucasLevino
Created January 25, 2021 19:36
Show Gist options
  • Save LucasLevino/6872e4d5f1429c5580a5292822af4237 to your computer and use it in GitHub Desktop.
Save LucasLevino/6872e4d5f1429c5580a5292822af4237 to your computer and use it in GitHub Desktop.
Dart snippet test for VScode
"Dart Unit Test": {
"prefix": "darttest",
"body": [
"import 'package:test/test.dart';",
"",
"void main() {",
" test('', () {",
"",
" });",
"}"
]
}
Windows > File > preferences > User Snippets > 'dart' > Paste code
Mac OS > Code > preferences > User Snippets > 'dart' > Paste code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment