2019-05-28 21:58:00 +03:00
|
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
// Licensed under the MIT License.
|
2019-04-30 01:09:12 +03:00
|
|
|
const baseConfig = require('./jest.config.base.js');
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
...baseConfig,
|
2019-05-22 02:54:11 +03:00
|
|
|
projects: ['<rootDir>/packages/*/jest.config.js'],
|
2019-04-30 01:09:12 +03:00
|
|
|
};
|