mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-27 06:57:57 +02:00
refactor: convert Jest infrastructure to TS (#6910)
This commit is contained in:
parent
1305977098
commit
dc975fecbf
4 changed files with 59 additions and 86 deletions
8
jest/emptyModule.ts
vendored
Normal file
8
jest/emptyModule.ts
vendored
Normal 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 {};
|
Loading…
Add table
Add a link
Reference in a new issue