Mack Ignacio
Mack Ignacio
Can I do this test? I can do Jest unit testing.
@yan-foto Thanks!!!
@yan-foto I noticed that there are two functions to be tested and both of them are not testable. `createHardresetHandler()` only returns a function and the returned function return a `void`....
Yeah that's also what I wanted to do.
Hi everyone. I created a CLI for [CDKTF import](https://www.npmjs.com/package/cdktf-import) using the solution provided from this [comment](https://github.com/hashicorp/terraform-cdk/issues/1134#issuecomment-1396684489) of @keidarcy and @Danielku15 . This is still on development but this is better...
Nice Thank you. For this moment I will just used mine until you release the new version.
This package really needs this null safety because my app crashes with the latest flutter version (2.2).
@easazade I found this [flutter_feather_icons](https://pub.dev/packages/flutter_feather_icons) package that is already null safety. I think I will use this one for now.