chromium/third_party/google-closure-library/closure/goog/date/relative_test.js

/**
 * @license
 * Copyright The Closure Library Authors.
 * SPDX-License-Identifier: Apache-2.0
 */

goog.module('goog.date.relativeTest');
goog.setTestOnly();

/** @suppress {extraRequire} */
const relativeCommonTests = goog.require('goog.date.relativeCommonTests');