// Copyright 2017-2026 @pezkuwi/dev authors & contributors // SPDX-License-Identifier: Apache-2.0 import * as testRoot from './root.js'; import { runTests } from './rootTests.js'; /** This is run against the sources */ runTests(testRoot);