dart-sass/test/cli/dart/source_maps_test.dart
Natalie Weizenbaum 7e6f03fc18
Run the Dart CLI tests from app snapshots on CI (#383)
This substantially speeds up the test time, and once we re-enable Dart
2 support is should work around dart-lang/sdk#33257.
2018-06-27 13:12:16 -07:00

16 lines
369 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/source_maps.dart';
void main() {
setUpAll(ensureSnapshotUpToDate);
sharedTests(runSass);
}