2022-12-22 05:49:05 -08:00
|
|
|
/**
|
|
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
|
|
*
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
*
|
|
|
|
* @format
|
|
|
|
*/
|
|
|
|
|
|
|
|
module.exports = {
|
2022-12-23 00:43:57 -08:00
|
|
|
setupFiles: ["./jest.setup.js", "./tests/tools.js"],
|
2022-12-24 01:46:20 -08:00
|
|
|
testRegex: "/tests/.*\\.test\\.js$",
|
2022-12-22 05:49:05 -08:00
|
|
|
watchman: false,
|
2022-12-24 01:46:20 -08:00
|
|
|
};
|