mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
* chore(Packages): Add test packages * tweak(dev): Update launch.json name * feat(tests): Add tests for core/extensions/double.dart * feat(tests): Add tests for lunaCapitalizeFirstLetters * chore(packages): Add coverage to dev dependencies * feat(tests): Add tests for StringExtension
13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug",
|
|
"request": "launch",
|
|
"type": "dart"
|
|
}
|
|
]
|
|
} |