dart-sass/test/cli/node/source_maps_test.dart

18 lines
419 B
Dart
Raw Normal View History

// 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')
2018-11-16 00:16:24 +01:00
@Tags(['node'])
import 'package:test/test.dart';
import '../../ensure_npm_package.dart';
import '../node_test.dart';
import '../shared/source_maps.dart';
void main() {
setUpAll(ensureNpmPackage);
sharedTests(runSass);
}