blob: 3226b04bf069f4555a6d0cfcf044b459511af933 [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package testing
import (
"chromiumos/tast/internal/testing"
)
// Precondition represents a precondition that must be satisfied before a test is run.
type Precondition = testing.Precondition