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

18 lines
419 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')
@Tags(const ['node'])
import 'package:test/test.dart';
import '../../ensure_npm_package.dart';
import '../node_test.dart';
import '../shared/watch.dart';
void main() {
setUpAll(ensureNpmPackage);
sharedTests(runSass);
}