@include test-module('breakpoint') {
  @include test('should return the appropriate breakpoint value based on the passed key') {

    $actual   : 940px;
    $expected : 940px;

    @include assert-equal($actual, $expected, 'returns the expected breakpoint value');

  }
}