mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-02 17:49:38 +01:00
69077ddcea
These are now tested using the runner in sass-spec.
14 lines
347 B
Dart
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);
|
|
}
|