dart-sass/test/cli/dart/repl_test.dart
Natalie Weizenbaum 69077ddcea
Delete legacy Node.js API tests (#1610)
These are now tested using the runner in sass-spec.
2022-01-25 17:16:24 -08:00

14 lines
347 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.
import 'package:test/test.dart';
import '../dart_test.dart';
import '../shared/repl.dart';
void main() {
setUpAll(ensureSnapshotUpToDate);
sharedTests(runSass);
}