blob: 1a112dfcace906377e3bc5d82b2c24390ff2febc [file] [log] [blame] [edit]
// Copyright 2017 the V8 project 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 chai from "./chai.mjs";
it("chai runs to completion", () => void chai.fn());