blob: 4c84fb5b4ed9dec87e1af50b2591823969db3496 [file] [edit]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package testing
import (
"go.chromium.org/tast/core/internal/testing"
)
// Precondition represents a precondition that must be satisfied before a test is run.
type Precondition = testing.Precondition