Skip to content

Commit

Permalink
chore(internal): fix tests failing on node v18 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Mar 4, 2025
1 parent c5e8df8 commit ca13c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/uploads.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import fs from 'fs';
import type { ResponseLike } from 'lightswitch-api/internal/to-file';
import { toFile } from 'lightswitch-api/uploads';
import { File } from 'node:buffer';

class MyClass {
name: string = 'foo';

0 comments on commit ca13c87

Please sign in to comment.