Skip to content

Commit

Permalink
import crypto for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecabaco committed Dec 2, 2024
1 parent f978065 commit ed18dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/socket.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { describe, beforeEach, afterEach, test, vi, expect } from 'vitest'
import { Server, WebSocket as MockWebSocket } from 'mock-socket'
import WebSocket from 'ws'
import sinon from 'sinon'
import crypto from 'crypto'

import RealtimeClient from '../src/RealtimeClient'
import jwt from 'jsonwebtoken'
Expand Down

0 comments on commit ed18dfe

Please sign in to comment.