blob: 8386fb8d66307ddd97fdf9ea86df5f597bac0897 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:build_verify/build_verify.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
test(
'ensure_build',
() => expectBuildClean(
packageRelativeDirectory: 'packages/go_router_builder/example',
gitDiffPathArguments: <String>[':!pubspec.yaml'],
),
timeout: const Timeout.factor(3),
);
}