/// Use to test for **adon** as a requirement.
///
/// @example
/// // Add to your test build file `test/stylesheets.scss`
/// @import './node_modules/@elioway/adon/test/functions/i_am';
@import "../../stylesheets/functions/i_am";
@include test("i am adon") {
  @include assert-equal(i_am(), "adon");
}
