Skip to content

Commit

Permalink
Fixing xslx imports from test files "@e965/xlsx"
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisEnMarroquin committed Oct 20, 2023
1 parent d26aa2e commit e65b059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { utils } from "xlsx"
import { utils } from "@e965/xlsx"
import { getJsonSheetRow, getWorksheetColumnWidths } from "../index"

test("Should return only one column width", () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/main-library/src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { read as readBufferWorkBook } from "xlsx"
import { read as readBufferWorkBook } from "@e965/xlsx"
import jsonxlsx, { IContent, IJsonSheet, ISettings } from "../index"

describe("json-as-xlsx", () => {
Expand Down

0 comments on commit e65b059

Please sign in to comment.