Skip to content

Commit

Permalink
chore: remove unnecessary empty.d.ts (#11966)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Oct 16, 2021
1 parent 7f39f0a commit ed132a6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions test-types/empty.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions test-types/top-level-config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @type ./empty.d.ts
*/

import {expectAssignable} from 'mlh-tsd';
Expand Down
2 changes: 0 additions & 2 deletions test-types/top-level-expect-namespace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @type ./empty.d.ts
*/

import {expectError, expectType} from 'mlh-tsd';
Expand Down
2 changes: 0 additions & 2 deletions test-types/top-level-globals.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @type ./empty.d.ts
*/

import {expectError, expectType} from 'mlh-tsd';
Expand Down
2 changes: 0 additions & 2 deletions test-types/top-level-jest-namespace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @type ./empty.d.ts
*/

import {expectError, expectType} from 'mlh-tsd';
Expand Down

0 comments on commit ed132a6

Please sign in to comment.