Skip to content

Commit

Permalink
Update test/js/bun/util/fuzzy-wuzzy.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
  • Loading branch information
cirospaciari and Jarred-Sumner authored Oct 15, 2024
1 parent 11a1a68 commit ec2dcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/bun/util/fuzzy-wuzzy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ENABLE_LOGGING = false;

import { describe, test } from "bun:test";
import { isWindows } from "harness";
import { EventEmitter } from "ws";
import { EventEmitter } from "events";

const Promise = globalThis.Promise;
globalThis.Promise = function (...args) {
Expand Down

0 comments on commit ec2dcc3

Please sign in to comment.