main
js 13 lines 450 Bytes
Raw
1 #!/usr/bin/env node
2 /**
3 * Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved.
4 *
5 * This source code is licensed under the MIT license found in the
6 * LICENSE file in the root directory of this source tree.
7 */
8 'use strict';
9
10 // --- Welcome to debugging React tests ---
11 // The debugger pauses on this statement so that you can open the dev tools.
12 // You can now set breakpoints and begin debugging.
13 require('jest-cli/bin/jest');