dart-sass/test/cli/dart/watch_test.dart
Natalie Weizenbaum 6bbb961675 Add a --watch command
Partially addresses #264
2018-06-09 14:13:36 -04:00

15 lines
327 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/watch.dart';
void main() {
sharedTests(runSass);
}