Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thehenrytsai committed Jul 10, 2024
1 parent c25f790 commit 63444ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common-scenario-validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import fetch from 'node-fetch';
import { createJsonRpcRequest } from '../src/lib/json-rpc.js';
import { getFileAsReadStream } from './utils.js';
import { v4 as uuidv4 } from 'uuid';
import { webcrypto } from 'node:crypto';

import { Cid, DwnConstant, Jws, ProtocolsConfigure, RecordsRead, RecordsWrite, TestDataGenerator } from '@tbd54566975/dwn-sdk-js';


// node.js 18 and earlier needs globalThis.crypto polyfill
if (!globalThis.crypto) {
// @ts-ignore
Expand Down
1 change: 1 addition & 0 deletions tests/scenarios/web5-connect.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ describe('Web5 Connect scenarios', function () {
// and dwn-server.spec.ts already uses LevelDB.
dwnServerConfig.messageStore = 'sqlite://',
dwnServerConfig.dataStore = 'sqlite://',
dwnServerConfig.resumableTaskStore = 'sqlite://',
dwnServerConfig.eventLog = 'sqlite://',

dwnServer = new DwnServer({ config: dwnServerConfig });
Expand Down

0 comments on commit 63444ce

Please sign in to comment.