accessibility-insights-service/jest.config.js

8 строки
211 B
JavaScript

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
module.exports = {
preset: './jest.config.base.js',
projects: ['<rootDir>/packages/*/jest.config.js'],
};