refactor: convert Jest infrastructure to TS (#6910)

This commit is contained in:
Joshua Chen 2022-03-14 08:43:51 +08:00 committed by GitHub
parent 1305977098
commit dc975fecbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 59 additions and 86 deletions

8
jest/emptyModule.ts vendored Normal file
View file

@ -0,0 +1,8 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
export default {};