mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-02 09:37:49 +01:00
cca9464b09
Closes #25 Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net> Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
16 lines
369 B
Dart
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);
|
|
}
|