Skip to content

Commit e65b059

Browse files
Fixing xslx imports from test files "@e965/xlsx"
1 parent d26aa2e commit e65b059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/main-library/src/__tests__/getWorksheetColumWidths.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { utils } from "xlsx"
1+
import { utils } from "@e965/xlsx"
22
import { getJsonSheetRow, getWorksheetColumnWidths } from "../index"
33

44
test("Should return only one column width", () => {

packages/main-library/src/__tests__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { read as readBufferWorkBook } from "xlsx"
1+
import { read as readBufferWorkBook } from "@e965/xlsx"
22
import jsonxlsx, { IContent, IJsonSheet, ISettings } from "../index"
33

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

0 commit comments

Comments
 (0)