blob: 146da7f258005a673a6e0d3b122de3b5949a1a69 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import {describeWithEnvironment} from '../../testing/EnvironmentHelpers.js';
describeWithEnvironment('Changes', () => {
it('module can be imported', async () => {
await import('./changes.js');
});
});