mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-21 21:31:11 +01:00
Run app-snapshot in the before-test grinder task (#660)
This matches the behavior recommended by the tests if the snapshot is out-of-date.
This commit is contained in:
parent
34c068a189
commit
9ff1e20064
@ -5,6 +5,7 @@
|
||||
import 'package:grinder/grinder.dart';
|
||||
|
||||
import 'grind/npm.dart';
|
||||
import 'grind/standalone.dart';
|
||||
import 'grind/synchronize.dart';
|
||||
|
||||
export 'grind/bazel.dart';
|
||||
@ -35,5 +36,5 @@ format() {
|
||||
npmInstall() => run("npm", arguments: ["install"]);
|
||||
|
||||
@Task('Runs the tasks that are required for running tests.')
|
||||
@Depends(format, synchronize, npmPackage, npmInstall)
|
||||
@Depends(format, synchronize, npmPackage, npmInstall, appSnapshot)
|
||||
beforeTest() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user