Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Jun 15, 2019
1 parent 33a6c87 commit 2f34d49
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/jest-types/src/Global.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

import {
It, // eslint-disable-line @typescript-eslint/no-unused-vars
ItConcurrent, // eslint-disable-line @typescript-eslint/no-unused-vars
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-types/src/Jasmine.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// TODO: Get rid of this at some point
export type Jasmine = {
_DEFAULT_TIMEOUT_INTERVAL?: number;
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-types/src/no-global.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

import * as Circus from './Circus';
import * as Config from './Config';
import * as Global from './Global';
Expand Down

0 comments on commit 2f34d49

Please sign in to comment.