We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e67af6 commit 7b97367Copy full SHA for 7b97367
1 file changed
workers/javascript/tests/index.test.ts
@@ -6,8 +6,6 @@ import * as WorkerNames from '../../../lib/workerNames';
6
import { ReleaseDBScheme } from '@hawk.so/types';
7
import cloneDeep from 'lodash.clonedeep';
8
9
-const itIf = it.skip;
10
-
11
describe('JavaScript event worker', () => {
12
let connection: MongoClient;
13
let db: Db;
0 commit comments