Skip to content

Commit

Permalink
refactor(jest-serializer): remove unnecessary ambient type module (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Feb 10, 2022
1 parent df0c496 commit 0c455a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions packages/jest-serializer/src/index.ts
Expand Up @@ -4,8 +4,6 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
// TODO: Remove this
/// <reference path="../v8.d.ts" />

import {deserialize as v8Deserialize, serialize as v8Serialize} from 'v8';
import * as fs from 'graceful-fs';
Expand Down
11 changes: 0 additions & 11 deletions packages/jest-serializer/v8.d.ts

This file was deleted.

0 comments on commit 0c455a9

Please sign in to comment.