Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Oct 25, 2024
1 parent 1f3e822 commit 5f88dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { file, Client } from '../src/index.js';
import fsp from 'fs/promises';

const client = new Client(process.env.KITTYCAD_TOKEN || '');
const client = new Client(null);

describe('Testing create_file_mass', () => {
it("shouldn't throw", async () => {
Expand Down

0 comments on commit 5f88dda

Please sign in to comment.