Closed ma2bd closed 3 years ago
I wasn't sure if the runtime/*
folders were meant to be runnable or just source directories but if you're cool with the pubspec being added in there it seems good to me. Simpler than doing the copy and makes it easier/faster to add new tests.
I wasn't sure if the
runtime/*
folders were meant to be runnable or just source directories but if you're cool with the pubspec being added in there it seems good to me. Simpler than doing the copy and makes it easier/faster to add new tests.
Thanks for the comment. Great! Yes, we do have a few build/package files for some languages.
Summary
This is me trying to make the basic Dart unit tests runnable from the CLI.
Test Plan