@clr/angular
Version:
Angular components for Clarity
17 lines • 616 B
JavaScript
;
/*
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
* This software is released under MIT license.
* The full license information can be found in LICENSE in the root directory of this project.
*/
Object.defineProperty(exports, "__esModule", { value: true });
const config_1 = require("vitest/config");
exports.default = (0, config_1.defineConfig)({
test: {
root: 'projects/angular/schematics',
include: ['**/*.vitest.ts'],
globals: true,
},
});
//# sourceMappingURL=vitest.config.js.map