Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Dec 31, 2023
1 parent 57a3554 commit 37175f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/@types/global.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

const POWFAUCET_VERSION: string = "";
1 change: 1 addition & 0 deletions tests/common.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

import sinon from 'sinon';
import '../src/@types/global.js';
import { Worker } from "node:worker_threads";
import { FaucetProcess } from '../src/common/FaucetProcess.js';
import { ServiceManager } from '../src/common/ServiceManager.js';
Expand Down

0 comments on commit 37175f0

Please sign in to comment.