dart-sass/test/cli/dart/errors_test.dart
2018-05-30 18:35:35 -04:00

15 lines
328 B
Dart

// Copyright 2018 Google Inc. Use of this source code is governed by an
// MIT-style license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
@TestOn('vm')
import 'package:test/test.dart';
import '../dart_test.dart';
import '../shared/errors.dart';
void main() {
sharedTests(runSass);
}