Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
fix test small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco5dev committed Oct 2, 2023
1 parent aa84685 commit cc5029e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jsonverse.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { expect } = require("chai");
const jsonverse = require("../index"); // Import the jsonverse module
const { jsonverse } = require("../index"); // Import the jsonverse module
const fs = require("fs").promises;
const path = require("path");

Expand Down

0 comments on commit cc5029e

Please sign in to comment.