Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
fix: type for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Aug 11, 2020
1 parent 54da90a commit 4921668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/execute.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import * as fs from 'fs';
import * as path from 'path';
import * as streamBuffers from 'stream-buffers';
Expand Down
1 change: 1 addition & 0 deletions test/metadata.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import * as fs from 'fs';
import { ObjectID } from 'mongodb';
import * as path from 'path';
Expand Down

0 comments on commit 4921668

Please sign in to comment.